aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-09-29 19:56:08 +0000
committerGuy Harris <guy@alum.mit.edu>2001-09-29 19:56:08 +0000
commitf2cb0c704d2132b72c13c499779ce732140850fc (patch)
tree8025e39ec0e2e0437fcff3767480281d4d996bb9 /gtk/capture_dlg.c
parent9be7b5fa6e0594fe3bf62406290e790b5d99e190 (diff)
The Wiretapped.net mirror is OK again (it was a problem with the
mirroring procedure, due to the Politecnico di Torino site's IIS not being configured to allow the relevant "virtual directories" to be listed, thus keeping Wiretapped.net from figuring out what files were there and whether they've changed), so put back the references to it. svn path=/trunk/; revision=3976
Diffstat (limited to 'gtk/capture_dlg.c')
-rw-r--r--gtk/capture_dlg.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/gtk/capture_dlg.c b/gtk/capture_dlg.c
index cb9dafcf32..1db54cf781 100644
--- a/gtk/capture_dlg.c
+++ b/gtk/capture_dlg.c
@@ -1,7 +1,7 @@
/* capture_dlg.c
* Routines for packet capture windows
*
- * $Id: capture_dlg.c,v 1.45 2001/09/28 07:50:48 guy Exp $
+ * $Id: capture_dlg.c,v 1.46 2001/09/29 19:56:08 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -145,14 +145,17 @@ capture_prep_cb(GtkWidget *w, gpointer d)
"to capture packets.\n\n"
"In order to capture packets, WinPcap must be installed; see\n"
"\n"
- "http://netgroup-serv.polito.it/winpcap/\n"
+ " http://netgroup-serv.polito.it/winpcap/\n"
+ "\n"
+ "or the mirror at\n"
+ "\n"
+ " http://www.wiretapped.net/security/packet-capture/winpcap/default.htm\n"
"\n"
"for a downloadable version of WinPcap and for instructions\n"
"on how to install WinPcap.");
return;
}
#endif
-
if_list = get_interface_list(&err, err_str);
if (if_list == NULL && err == CANT_GET_INTERFACE_LIST) {