aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2011-06-17 17:52:31 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2011-06-17 17:52:31 +0000
commit19b6883704c8674690ed8fb821041cd509c4b1d7 (patch)
tree2114755f933eee189d1a4ae481381e945a090800 /config.h.win32
parent1f59d67daa48d62b6c24b2e7bb90b86a711af170 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37696 f5534014-38df-0310-8fa8-9805f1628bb7
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)