aboutsummaryrefslogtreecommitdiffstats
path: root/capture-pcap-util.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-18 02:36:02 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-05-18 02:36:02 +0000
commit0fc18085492c09c5354ba2093c5ca5526c9e1cde (patch)
tree7f22467d2c9e0a40606480b74409f40d7f1b611e /capture-pcap-util.h
parentd6b13f069e700fbd7852d7370620439ccc479165 (diff)
Move get_pcap_linktype() into dumpcap - it's not used elsewhere.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32853 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture-pcap-util.h')
-rw-r--r--capture-pcap-util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/capture-pcap-util.h b/capture-pcap-util.h
index 035da2f69b..fa16c5c74e 100644
--- a/capture-pcap-util.h
+++ b/capture-pcap-util.h
@@ -49,11 +49,6 @@ GList *get_remote_interface_list(const char *hostname, const char *port,
const char *passwd, int *err, char **err_str);
#endif
-/* 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);
-
-
const char *linktype_val_to_name(int dlt);
int linktype_name_to_val(const char *linktype);