1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

Fix a factual error in the Windows installation section: in

winpcap-nmap-<version>.exe, <version> is the WinPcap version (currently 4.02),
not the Nmap version.
This commit is contained in:
david
2009-02-03 23:07:48 +00:00
parent 8e1f4ca00e
commit 23f21d6b7d

View File

@@ -793,8 +793,8 @@ changes discussed previously.</para></listitem>
<listitem><para>Nmap requires the free WinPcap packet capture library. <listitem><para>Nmap requires the free WinPcap packet capture library.
We build our own WinPcap installer which is available in the zip file We build our own WinPcap installer which is available in the zip file
as <filename>winpcap-nmap-<replaceable>version</replaceable>.exe</filename>, as <filename>winpcap-nmap-<replaceable>version</replaceable>.exe</filename>,
where <replaceable>version</replaceable> is the Nmap version rather where <replaceable>version</replaceable> is the WinPcap version rather
than the WinPcap version. Alternatively, you can obtain and install than the Nmap version. Alternatively, you can obtain and install
the latest version from <ulink url="http://www.winpcap.org" />. You the latest version from <ulink url="http://www.winpcap.org" />. You
must install version 4.0 or later.</para></listitem> must install version 4.0 or later.</para></listitem>