Readme.Win32 1.0 KB

123456789101112131415161718192021222324
  1. To build tcpdump under Windows, you need:
  2. - version 6 (or higher) of Microsoft Visual Studio or the Cygnus gnu
  3. C compiler.
  4. - The November 2001 (or later) edition of Microsoft Platform
  5. Software Development Kit (SDK), that contains some necessary includes
  6. for IPv6 support. You can download it from http://www.microsoft.com/sdk
  7. - the WinPcap source code, that includes libpcap for win32. Download it
  8. from http://winpcap.polito.it or download libpcap sources from
  9. http://www.tcpdump.org and follow the instructions in the README.Win32
  10. file.
  11. First, extract tcpdump and WinPcap in the same folder, and build WinPcap.
  12. The Visual Studio project and the cygwin makefile are in the Win32\prj
  13. folder.
  14. From Visual Studio, open windump.dsw and build the program. The release
  15. version of the WinDump.exe executable file will be created in the
  16. windump\win32\prj\release directory . The debug version will be generated
  17. in windump\win32\prj\debug.
  18. From cygnus, go to windump\win32\prj\ and type "make". WinDump.exe will be
  19. created in the same directory.