aboutsummaryrefslogtreecommitdiffstats
path: root/capture-pcap-util.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2010-05-18 02:36:02 +0000
committerGuy Harris <guy@alum.mit.edu>2010-05-18 02:36:02 +0000
commit1bf60839c982380b42d20b60beed519fba497a51 (patch)
tree7f22467d2c9e0a40606480b74409f40d7f1b611e /capture-pcap-util.h
parentc58680fd40f082c7cb383d55abe8b8f600fe7555 (diff)
Move get_pcap_linktype() into dumpcap - it's not used elsewhere.
svn path=/trunk/; revision=32853
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);