1 /* 2 * Win32-specific version for manual manipulation. 3 */ 4 5 #define USE_PCRE 0 6 #define USE_IPv6 1 7 8 #define HAVE_DLT_RAW 1 9 #define HAVE_DLT_LOOP 1 10 #define HAVE_DLT_LINUX_SLL 1 11 #define HAVE_DLT_IEEE802_11 1 12 #define HAVE_DLT_IEEE802_11_RADIO 1 13 14 #define HAVE_DUMB_UDPHDR 0 15 16 #define USE_PCAP_RESTART 0 17 #define PCAP_RESTART_FUNC 0 18 19 #define USE_DROPPRIVS 0 20 #define DROPPRIVS_USER "notused" 21