This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/plc4x-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 2cae981 Site checkin for project PLC4X: Jenkins Tools
2cae981 is described below
commit 2cae981908b289284b89ed7c4147e456e518a971
Author: jenkins <[email protected]>
AuthorDate: Thu Mar 5 12:38:18 2020 +0000
Site checkin for project PLC4X: Jenkins Tools
---
users/plc4j/general-concepts.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/users/plc4j/general-concepts.html
b/users/plc4j/general-concepts.html
index 0ec58ec..ee93880 100644
--- a/users/plc4j/general-concepts.html
+++ b/users/plc4j/general-concepts.html
@@ -327,7 +327,7 @@ This allows them to not only be used in passive-mode
drivers for simply reading
<p>The probably most special forms of transport are currently the <code>PCAP
replay</code> and the <code>Test</code> transport.</p>
</div>
<div class="paragraph">
-<p>The <code>PCAP replay</code> transport allows recording network traffic
using tools like <code>WreShark</code> and to simply replay these recorded
<code>pcap</code> and <code>pcapng</code> files. This is really helpful for
writing new drivers (especially passive mode drivers) without having to be
connected to the real device.</p>
+<p>The <code>PCAP replay</code> transport allows recording network traffic
using tools like <code>WireShark</code> and to simply replay these recorded
<code>pcap</code> and <code>pcapng</code> files. This is really helpful for
writing new drivers (especially passive mode drivers) without having to be
connected to the real device.</p>
</div>
<div class="paragraph">
<p>From a driver point of view there is actually no difference between a
<code>Raw Socket</code> and a <code>PCAP replay</code> transport.</p>