aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-06-17 17:52:31 +0000
committerGerald Combs <gerald@wireshark.org>2011-06-17 17:52:31 +0000
commit8d88f3a7902d1e44d782fdc96157e70884a9ebf2 (patch)
tree2114755f933eee189d1a4ae481381e945a090800 /config.h.win32
parent78f376abc58a5f52f3abe50f4e693bc796e46d03 (diff)
Make pcap-ng the default. Add a compile-time option to prefer pcap-ng or
pcap. Add a "-P" capture option which tries to use pcap instead of pcap-ng ("-P" seemed to be the best option but we may want to use a different letter). Update the documentation and release notes. svn path=/trunk/; revision=37696
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 51a04ae051..955806f9a9 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -20,7 +20,7 @@
#define __STDC__ 0
#endif
-/*
+/*
* Flex (v 2.5.35) uses this symbol to "exclude" unistd.h
*/
#define YY_NO_UNISTD_H
@@ -69,13 +69,14 @@
@HAVE_AIRPCAP@
+@PCAP_NG_DEFAULT@
@MAIN_MENU_USE_UIMANAGER@
@WANT_PACKET_EDITOR@
/* availability of pcap_freecode() is handled at runtime */
#define HAVE_PCAP_FREECODE 1
-/* define macro for importing variables from an dll
+/* define macro for importing variables from an dll
* it depends on HAVE_LIBWIRESHARKDLL and _NEED_VAR_IMPORT_
*/
#if defined (_NEED_VAR_IMPORT_) && defined (HAVE_LIBWIRESHARKDLL)