From 58a3f1328d7bac383111dbdef7d335d5e09e19cb Mon Sep 17 00:00:00 2001 From: guy Date: Thu, 4 Mar 2010 01:12:04 +0000 Subject: 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 --- capture-wpcap.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'capture-wpcap.c') 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 #include -#ifdef HAVE_LIBPCAP -#include -#endif - #include "capture-pcap-util.h" #include "capture-pcap-util-int.h" -- cgit v1.2.3