You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2023/06/14 07:32:33 UTC

[plc4x] branch develop updated: chore(site): add hint to install libpcap with nmap [skip ci]

This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 207332b8ae chore(site): add hint to install libpcap with nmap [skip ci]
207332b8ae is described below

commit 207332b8aedf56fc2f62eb02ee7db18d80c1224a
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Wed Jun 14 09:32:22 2023 +0200

    chore(site): add hint to install libpcap with nmap [skip ci]
---
 src/site/asciidoc/developers/preparing/windows.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/site/asciidoc/developers/preparing/windows.adoc b/src/site/asciidoc/developers/preparing/windows.adoc
index 1ed7503e29..3487c007b3 100644
--- a/src/site/asciidoc/developers/preparing/windows.adoc
+++ b/src/site/asciidoc/developers/preparing/windows.adoc
@@ -44,6 +44,10 @@ If not, have a look here for possible help: https://github.com/kaitoy/pcap4j#abo
 
 NOTE: If you had WinPcap installed, you need to uninstall this and make sure the files `Packet.dll` and `wpcap.dll` are deleted in the `%SystemRoot%\System32\` directory. Otherwise `pcap4j` will incorrectly detect a wrong version.
 
+An alternative is to use the version that comes with nmap
+
+ choco install -y nmap
+
 === gcc
 
 Checking: