diff --git a/doc/scapy/installation.rst b/doc/scapy/installation.rst index 194d75097..404288e3c 100644 --- a/doc/scapy/installation.rst +++ b/doc/scapy/installation.rst @@ -378,7 +378,7 @@ Scapy is primarily being developed for Unix-like systems and works best on those You need the following software packages in order to install Scapy on Windows: * `Python `_: `python-2.7.13.amd64.msi `_ (64bits) or `python-2.7.13.msi `_ (32bits). After installation, add the Python installation directory and its \Scripts subdirectory to your PATH. Depending on your Python version, the defaults would be ``C:\Python27`` and ``C:\Python27\Scripts`` respectively. - * `Npcap `_: `npcap-0.81.exe `_. Default values are recommanded. Scapy will also work with Winpcap. + * `Npcap `_: `the latest version `_. Default values are recommanded. Scapy will also work with Winpcap. * `pyreadline `_: Depending on the installed version of Python `pyreadline-2.1.win-amd64.exe `_ (64bits) or `pyreadline-2.1.win32.exe `_ (32bits) * `Scapy `_: `latest development version `_ from the `Git repository `_. Unzip the archive, open a command prompt in that directory and run "python setup.py install".