From 167ab3a98c4583344f8b95d81b079b7a5df7e5ff Mon Sep 17 00:00:00 2001 From: Guy Harris 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. svn path=/trunk/; revision=32104 --- capture.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'capture.h') diff --git a/capture.h b/capture.h index 168660fdc5..3465d40c4c 100644 --- a/capture.h +++ b/capture.h @@ -102,16 +102,6 @@ extern void capture_input_cfilter_error_message(capture_options *capture_opts, c extern void capture_input_closed(capture_options *capture_opts); #ifdef HAVE_LIBPCAP -/** - * Fetch the interface list from a child process. - */ -extern GList *capture_interface_list(int *err, char **err_str); - -/** - * Fetch the linktype list for the specified interface from a child process. - */ -extern GList *capture_pcap_linktype_list(const char *devname, char **err_str); - struct if_stat_cache_s; typedef struct if_stat_cache_s if_stat_cache_t; -- cgit v1.2.1