aboutsummaryrefslogtreecommitdiffstats
path: root/capture-wpcap.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-03-04 01:12:04 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-03-04 01:12:04 +0000
commit58a3f1328d7bac383111dbdef7d335d5e09e19cb (patch)
treec2af1e714cc510427cdd87a9b63979038cfc40ac /capture-wpcap.c
parentb7e1b595c94c47d44a3fceffb19440ceda8731ce (diff)
In Wireshark and TShark, run dumpcap to get interface lists and lists of
link-layer header types for interfaces; if special privileges are necessary to open capture devices, Wireshark and TShark shouldn't have those privileges, but dumpcap should. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32104 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture-wpcap.c')
-rw-r--r--capture-wpcap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/capture-wpcap.c b/capture-wpcap.c
index 4d5deb7f0e..09f9ea45ef 100644
--- a/capture-wpcap.c
+++ b/capture-wpcap.c
@@ -32,10 +32,6 @@
#include <glib.h>
#include <gmodule.h>
-#ifdef HAVE_LIBPCAP
-#include <pcap.h>
-#endif
-
#include "capture-pcap-util.h"
#include "capture-pcap-util-int.h"