aboutsummaryrefslogtreecommitdiffstats
path: root/capture.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-03-04 01:12:04 +0000
committerGuy Harris <guy@alum.mit.edu>2010-03-04 01:12:04 +0000
commit167ab3a98c4583344f8b95d81b079b7a5df7e5ff (patch)
treec2af1e714cc510427cdd87a9b63979038cfc40ac /capture.h
parent98d800bae8939f6edaf4aa54f02787148da48c0f (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. svn path=/trunk/; revision=32104
Diffstat (limited to 'capture.h')
-rw-r--r--capture.h10
1 files changed, 0 insertions, 10 deletions
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;