diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-10-31 07:11:08 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-10-31 07:11:08 +0000 |
commit | 8b16a79d8f1da46375106a84dbe70c46eccd6b1d (patch) | |
tree | 096fa5066a6d53681a1514d555e0ab7e639209a8 /gtk | |
parent | dffa2a989aab61cb9470154a8f7239dcd936f851 (diff) | |
download | wireshark-8b16a79d8f1da46375106a84dbe70c46eccd6b1d.tar.gz wireshark-8b16a79d8f1da46375106a84dbe70c46eccd6b1d.tar.bz2 wireshark-8b16a79d8f1da46375106a84dbe70c46eccd6b1d.zip |
Add the Ethereal Web site's mirror of WinPcap to the dialog popped up if
you try to capture on Windows without having WinPcap installed.
svn path=/trunk/; revision=4113
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/capture_dlg.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gtk/capture_dlg.c b/gtk/capture_dlg.c index 1db54cf781..e0720d4cb2 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.46 2001/09/29 19:56:08 guy Exp $ + * $Id: capture_dlg.c,v 1.47 2001/10/31 07:11:08 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -22,7 +22,6 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - #ifdef HAVE_CONFIG_H # include "config.h" #endif @@ -149,6 +148,10 @@ capture_prep_cb(GtkWidget *w, gpointer d) "\n" "or the mirror at\n" "\n" + " http://netgroup-mirror.ethereal.com/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" |