Sigh. The wiretapped.net site appears to have an old version of

WinPcap's installer (it dates back to May, meaning it may be a beta of
2.2 or may even be 2.1), so don't suggest that people go there.

svn path=/trunk/; revision=3964
This commit is contained in:
Guy Harris 2001-09-28 07:50:48 +00:00
parent 61568581bd
commit 6515004633
2 changed files with 5 additions and 16 deletions

View File

@ -1,4 +1,4 @@
$Id: README.win32,v 1.25 2001/09/26 21:22:02 guy Exp $
$Id: README.win32,v 1.26 2001/09/28 07:50:47 guy Exp $
Installing Ethereal, Tethereal, and Editcap on Win32
====================================================
@ -44,10 +44,6 @@ install the latest non-beta version of WinPcap, available from:
http://netgroup-serv.polito.it/winpcap/
and mirrored at
http://www.wiretapped.net/security/packet-capture/winpcap/default.htm
If you already have an earlier version of WinPcap installed, you need to
un-install it and install the latest version. If the older version is
WinPcap 2.0 or 2.02, and you have other applications that use the older
@ -61,10 +57,6 @@ Windows) ported by the same folks who make WinPcap. It's at:
http://netgroup-serv.polito.it/windump/
and mirrored at
http://www.wiretapped.net/security/packet-capture/windump/default.htm
They also make Analyzer, a GUI sniffer for Win32:
http://netgroup-serv.polito.it/analyzer/
@ -129,10 +121,6 @@ WinPcap home page:
http://netgroup-serv.polito.it/winpcap/
or the mirror site at
http://www.wiretapped.net/security/packet-capture/winpcap/default.htm
Compiling the Ethereal distribution from source
===============================================
You'll need the development package for GLIB, GTK+, and WinPcap.

View File

@ -1,7 +1,7 @@
/* capture_dlg.c
* Routines for packet capture windows
*
* $Id: capture_dlg.c,v 1.44 2001/09/26 20:02:36 guy Exp $
* $Id: capture_dlg.c,v 1.45 2001/09/28 07:50:48 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -144,8 +144,9 @@ capture_prep_cb(GtkWidget *w, gpointer d)
"Unable to load WinPcap (wpcap.dll); Ethereal will not be able\n"
"to capture packets.\n\n"
"In order to capture packets, WinPcap must be installed; see\n"
"http://netgroup-serv.polito.it/winpcap/, or the mirror at\n"
"http://www.wiretapped.net/security/packet-capture/winpcap/default.htm,\n"
"\n"
"http://netgroup-serv.polito.it/winpcap/\n"
"\n"
"for a downloadable version of WinPcap and for instructions\n"
"on how to install WinPcap.");
return;