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 ba50796 Site checkin for project PLC4X: Jenkins Tools
ba50796 is described below
commit ba50796152c9cca6ec674a55f285afbdaf9f6169
Author: jenkins <[email protected]>
AuthorDate: Sun Feb 20 23:24:09 2022 +0000
Site checkin for project PLC4X: Jenkins Tools
---
developers/preparing/index.html | 2 +-
developers/preparing/windows.html | 32 ++++++--------------------------
2 files changed, 7 insertions(+), 27 deletions(-)
diff --git a/developers/preparing/index.html b/developers/preparing/index.html
index 5d821c1..d012fad 100644
--- a/developers/preparing/index.html
+++ b/developers/preparing/index.html
@@ -306,7 +306,7 @@ Currently Maven 3.6 and above is required for being able to
build all parts of P
<p>Git</p>
</li>
<li>
-<p>LibPCAP (Optional)</p>
+<p>LibPCAP</p>
</li>
</ul>
</div></div></td>
diff --git a/developers/preparing/windows.html
b/developers/preparing/windows.html
index f25c66b..84d1061 100644
--- a/developers/preparing/windows.html
+++ b/developers/preparing/windows.html
@@ -246,32 +246,12 @@
<div class="sect2">
<h3 id="libpcap">LibPCAP</h3>
<div class="paragraph">
-<p>A special version of LibPCAP is available for Windows, which is called
WinPCAP.
-It is available from <a href="https://www.winpcap.org/">here</a>.</p>
-</div>
-<div class="paragraph">
-<p>However this is a based on a very old version (1.0) of LibPCAP and in order
to read PCAPNG files we require a libpcap version 1.1.0 or greater.
-A patched windows version can be found here: <a
href="https://sourceforge.net/projects/winpcap413-176/"
class="bare">https://sourceforge.net/projects/winpcap413-176/</a>
-(At this location is a patched version based on libpcap 1.7.4)</p>
-</div>
-<div class="paragraph">
-<p>So in order to install things correctly:</p>
-</div>
-<div class="olist arabic">
-<ol class="arabic">
-<li>
-<p>install the version WinPCP from above location.</p>
-</li>
-<li>
-<p>Then download the patched version from the sourceforge link and unpack it
somewhere.</p>
-</li>
-<li>
-<p>After that copy bin\x64\wpcap.dll from archive to \Windows\System32</p>
-</li>
-<li>
-<p>Copy bin\wpcap.dll from archive to \Windows\SysWOW64</p>
-</li>
-</ol>
+<p>A special version of LibPCAP is available for Windows, which is called
Npcap.
+It is available from <a href="https://npcap.com/">here</a>.</p>
+</div>
+<div class="paragraph">
+<p>Additional tasks to enable Java to find the pcap executables may need to be
done.
+Follow the instructions <a
href="https://github.com/kaitoy/pcap4j#about-native-library-loading">here</a></p>
</div>
<div class="paragraph">
<p>After this all should be working.</p>