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
This commit is contained in:
Guy Harris 2001-09-29 19:56:08 +00:00
parent 9be7b5fa6e
commit f2cb0c704d
1 changed files with 6 additions and 3 deletions

View File

@ -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) {