aboutsummaryrefslogtreecommitdiffstats
path: root/README.win32
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-02-09 19:18:42 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2000-02-09 19:18:42 +0000
commit288a7ba8971be9a5d7e4e54f02b0c5013449d2e2 (patch)
tree084de5debceb828e118edd682e44e95e968dfc14 /README.win32
parente918663ba18d74ef01d2d0a17582b95556970664 (diff)
Integrate Ed Meaney's <emeaney@altiga.com> changes for using libpcap
from WinDump with Ethereal. We now have packet capturing on Win32. :) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1612 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'README.win32')
-rw-r--r--README.win3216
1 files changed, 12 insertions, 4 deletions
diff --git a/README.win32 b/README.win32
index 828c913882..2a6575c89f 100644
--- a/README.win32
+++ b/README.win32
@@ -1,4 +1,4 @@
-$Id: README.win32,v 1.5 2000/02/09 00:41:02 gram Exp $
+$Id: README.win32,v 1.6 2000/02/09 19:17:50 gram Exp $
Ethereal can be compiled on Win32 platforms. Some libraries are
needed, however.
@@ -31,13 +31,21 @@ or
http://www.iki.fi/~tml/gimp/win32/index-19990828.html
+A win32 version libpcap is also needed. You'll need the WinDump
+developer's pack available from
+http://netgroup-serv.polito.it/windump/install/download.htm
+
+In order to capture with Win32, you need to install the NDIS
+packet capture driver available from the same WinDump site.
+
+The home page for WinDump (TCPdump for Windows) is at:
+http://netgroup-serv.polito.it/windump/
+
+
The UCD SNMP library for win32 can be had from
ftp://ftp.revelstone.com/pub/snmp/, but it has not been tested
with Ethereal.
-The win32 versions of libpcap have not been integrated into
-Ethereal yet.
-
Zlib (or 'libz') is available for Win32 from
http://www.winimage.com/zLibDll/
but also has not been made to work successfully with Ethereal.