diff --git a/doc/scapy/installation.rst b/doc/scapy/installation.rst index e0d327fff..dde7a71c3 100644 --- a/doc/scapy/installation.rst +++ b/doc/scapy/installation.rst @@ -357,11 +357,11 @@ You need the following software packages in order to install Scapy on Windows: * `Python `_: `python-2.7.12.msi `_. 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. * `Scapy `_: `latest development version `_ from the `Git repository `_. Unzip the archive, open a command prompt in that directory and run "python setup.py install". - * `pywin32 `_: `pywin32-214.win32-py2.5.exe `_ `pywin32-214.win32-py2.6.exe `_ - * `WinPcap `_: `WinPcap_4_1_1.exe `_. You might want to choose "[x] Automatically start the WinPcap driver at boot time", so that non-privileged users can sniff, especially under Vista and Windows 7. If you want to use the ethernet vendor database to resolve MAC addresses or use the ``wireshark()`` command, download `Wireshark `_ which already includes WinPcap. + * `pywin32 `_: `pywin32-220.win-amd64-py2.7.exe `_ (64bits) or `pywin32-220.win32-py2.7.exe `_ (32bits) + * `WinPcap `_: `WinPcap_4_1_3.exe `_. You might want to choose "[x] Automatically start the WinPcap driver at boot time", so that non-privileged users can sniff, especially under Vista and Windows 7. If you want to use the ethernet vendor database to resolve MAC addresses or use the ``wireshark()`` command, download `Wireshark `_ which already includes WinPcap. * `pypcap `_: `pcap-1.1-scapy-20090720.win32-py25.exe `_ `pcap-1.1-scapy-20090720.win32-py2.6.exe `_. This is a *special version for Scapy*, as the original leads to some timing problems. Now works on Vista and Windows 7, too. Under Vista/Win7 please right-click on the installer and choose "Run as administrator". * `libdnet `_: `dnet-1.12.win32-py2.5.exe `_ `dnet-1.12.win32-py2.6.exe `_. Under Vista/Win7 please right-click on the installer and choose "Run as administrator" - * `pyreadline `_: `pyreadline-1.5-win32-setup.exe `_ + * `pyreadline `_: `pyreadline-2.1.win-amd64.exe `_ (64bits) or `pyreadline-2.1.win32.exe `_ (32bits) Just download the files and run the setup program. Choosing the default installation options should be safe.