aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
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 /config.h.win32
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 'config.h.win32')
-rw-r--r--config.h.win325
1 files changed, 3 insertions, 2 deletions
diff --git a/config.h.win32 b/config.h.win32
index 185f5b5956..779bd21065 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -1,4 +1,4 @@
-/* $Id: config.h.win32,v 1.26 2001/04/05 04:39:23 gram Exp $ */
+/* $Id: config.h.win32,v 1.27 2001/04/05 05:58:03 gram Exp $ */
/* config.h.win32 Generated manually. :-) */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@@ -44,6 +44,7 @@
#define NEED_MKSTEMP 1
#define HAVE_LIBPCAP 1
+#define WPCAP_STRING "0.5.2 (WinPcap 2.1)"
/* Define if you have the gethostbyname2 function. */
/* #undef HAVE_GETHOSTBYNAME2 */
@@ -142,5 +143,5 @@
#define VERSION "@VERSION@"
/* Plugin installation directory... */
-#define PLUGIN_DIR "C:/ethereal/plugins/0.8.16"
+#define PLUGIN_DIR "C:/ethereal/plugins/@VERSION@"