summaryrefslogtreecommitdiff
path: root/Readme.Win32
diff options
context:
space:
mode:
authorrisso <risso>2002-08-09 13:51:40 +0000
committerrisso <risso>2002-08-09 13:51:40 +0000
commitb85ce3d8cba3bc3fccba4efa948ff830ff5c2f8a (patch)
tree7853f9ad16cbb37d56d7485a63cb04e90a378d48 /Readme.Win32
parent4d245474c2206ced2464bfd649fa1bcd3d65cd80 (diff)
downloadtcpdump-b85ce3d8cba3bc3fccba4efa948ff830ff5c2f8a.tar.gz
Added a readme that explains how to compile tcpdump under Win32.
Diffstat (limited to 'Readme.Win32')
-rw-r--r--Readme.Win3224
1 files changed, 24 insertions, 0 deletions
diff --git a/Readme.Win32 b/Readme.Win32
new file mode 100644
index 00000000..fdf8b12b
--- /dev/null
+++ b/Readme.Win32
@@ -0,0 +1,24 @@
+To build tcpdump under Windows, you need:
+
+- version 6 (or higher) of Microsoft Visual Studio or the Cygnus gnu
+C compiler.
+- The November 2001 (or later) edition of Microsoft Platform
+Software Development Kit (SDK), that contains some necessary includes
+for IPv6 support. You can download it from http://www.microsoft.com/sdk
+- the WinPcap source code, that includes libpcap for win32. Download it
+from http://winpcap.polito.it or download libpcap sources from
+http://www.tcpdump.org and follow the instructions in the README.Win32
+file.
+
+First, extract tcpdump and WinPcap in the same folder, and build WinPcap.
+
+The Visual Studio project and the cygwin makefile are in the Win32\prj
+folder.
+
+From Visual Studio, open windump.dsw and build the program. The release
+version of the WinDump.exe executable file will be created in the
+windump\win32\prj\release directory . The debug version will be generated
+in windump\win32\prj\debug.
+
+From cygnus, go to windump\win32\prj\ and type "make". WinDump.exe will be
+created in the same directory. \ No newline at end of file