Sigh. The wiretapped.net site appears to have an old version of
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 28 Sep 2001 07:50:48 +0000 (07:50 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 28 Sep 2001 07:50:48 +0000 (07:50 +0000)
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3964 f5534014-38df-0310-8fa8-9805f1628bb7

README.win32
gtk/capture_dlg.c

index f963abb2e5073b9c7d4c563a9144bf3ba97d1851..8add34bc5da6600bf9e6fd77227878752212c78c 100644 (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.
index 75667d847832f063d17aaa78634d1bba20bea1b7..cb9dafcf3220053d7722ec21be23bfd270b51a97 100644 (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;