aboutsummaryrefslogtreecommitdiffstats
path: root/capture-pcap-util-int.h
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-pcap-util-int.h
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-pcap-util-int.h')
-rw-r--r--capture-pcap-util-int.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/capture-pcap-util-int.h b/capture-pcap-util-int.h
index c749d5e042..426595d341 100644
--- a/capture-pcap-util-int.h
+++ b/capture-pcap-util-int.h
@@ -26,9 +26,6 @@
#define __PCAP_UTIL_INT_H__
#ifdef HAVE_LIBPCAP
-#ifdef HAVE_PCAP_REMOTE
-#include <pcap.h>
-#endif /* HAVE_PCAP_REMOTE */
extern if_info_t *if_info_new(char *name, char *description);
extern void if_info_add_address(if_info_t *if_info, struct sockaddr *addr);