summaryrefslogtreecommitdiff
path: root/caputils/capture-pcap-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'caputils/capture-pcap-util.h')
-rw-r--r--caputils/capture-pcap-util.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/caputils/capture-pcap-util.h b/caputils/capture-pcap-util.h
index 87a05e8283..22fb723cf8 100644
--- a/caputils/capture-pcap-util.h
+++ b/caputils/capture-pcap-util.h
@@ -29,19 +29,7 @@ extern "C" {
#ifdef HAVE_LIBPCAP
-#ifdef HAVE_PCAP_REMOTE
-/*
- * Force the WinPcap header files to define things required for remote
- * capture. (Yes, this is q WinPcap bug; if your project has a public
- * header file that checks or otherwise uses a #define that's defined
- * by your project's configuration process, and don't ensure that
- * it's always defined appropriately when that header file is included,
- * before its first use, you have made a mistake.)
- */
-#define HAVE_REMOTE
-#endif
-
-#include <pcap.h>
+#include <wsutil/wspcap.h>
#include "capture_opts.h"