aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2001-04-05 05:58:05 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2001-04-05 05:58:05 +0000
commit9fc1e0261bb641839409e340749e148d9a5bc6d2 (patch)
treeeec004dbb9ee18ac1015e674a3eaf1c08e74521a /gtk/capture_dlg.c
parentdf02a1737ec2ee62cfc0242d831ada35f3ee9fbb (diff)
Win32 build fix, show "0.5.2 (WinPcap 2.1)" as the libpcap version
for Win32, and show a slightly more informative (i.e., geared to the user) help message when trying to capture without having WinPcap installed. svn path=/trunk/; revision=3261
Diffstat (limited to 'gtk/capture_dlg.c')
-rw-r--r--gtk/capture_dlg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/capture_dlg.c b/gtk/capture_dlg.c
index 7d0a7a6ccc..126f3c8f72 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.38 2001/04/03 05:26:27 gram Exp $
+ * $Id: capture_dlg.c,v 1.39 2001/04/05 05:58:05 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -138,9 +138,9 @@ capture_prep_cb(GtkWidget *w, gpointer d)
/* Is WPcap loaded? */
if (!has_wpcap) {
simple_dialog(ESD_TYPE_CRIT, NULL,
- "Unable to load wpcap.dll: capturing not enabled.\n"
+ "Unable to load WinPcap (wpcap.dll). Capturing not enabled.\n"
"See http://netgroup-serv.polito.it/winpcap/ for\n"
- "more details.");
+ "more details on WinPcap.");
return;
}
#endif