aboutsummaryrefslogtreecommitdiffstats
path: root/capture-pcap-util.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-07 08:06:25 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-07 08:06:25 +0000
commit201c0874833f535f70bc6a1e6ee4f0e47c3dd729 (patch)
tree211917813f771c8c7799bf5cc322e7a61f7bac39 /capture-pcap-util.h
parent322dd1f8cba46346b6fd97a1daedd7405b402da2 (diff)
For TShark and Wireshark, get the list of link-layer types for an
interface by running dumpcap, so that if you need privileges to open an interface, and dumpcap has those privileges, neither TShark nor Wireshark need them. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32710 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture-pcap-util.h')
-rw-r--r--capture-pcap-util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/capture-pcap-util.h b/capture-pcap-util.h
index c1fe38f147..035da2f69b 100644
--- a/capture-pcap-util.h
+++ b/capture-pcap-util.h
@@ -49,8 +49,6 @@ GList *get_remote_interface_list(const char *hostname, const char *port,
const char *passwd, int *err, char **err_str);
#endif
-GList *get_pcap_linktype_list(const char *devname, char **err_str);
-
/* get/set the link type of an interface */
/* (only used in capture_loop.c / capture-pcap-util.c) */
int get_pcap_linktype(pcap_t *pch, const char *devname);