diff options
author | Guy Harris <guy@alum.mit.edu> | 2010-03-04 01:12:04 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2010-03-04 01:12:04 +0000 |
commit | 167ab3a98c4583344f8b95d81b079b7a5df7e5ff (patch) | |
tree | c2af1e714cc510427cdd87a9b63979038cfc40ac /capture-pcap-util-int.h | |
parent | 98d800bae8939f6edaf4aa54f02787148da48c0f (diff) | |
download | wireshark-167ab3a98c4583344f8b95d81b079b7a5df7e5ff.tar.gz wireshark-167ab3a98c4583344f8b95d81b079b7a5df7e5ff.tar.bz2 wireshark-167ab3a98c4583344f8b95d81b079b7a5df7e5ff.zip |
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.
svn path=/trunk/; revision=32104
Diffstat (limited to 'capture-pcap-util-int.h')
-rw-r--r-- | capture-pcap-util-int.h | 3 |
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); |