diff options
author | Guy Harris <guy@alum.mit.edu> | 2010-05-18 02:36:02 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2010-05-18 02:36:02 +0000 |
commit | 1bf60839c982380b42d20b60beed519fba497a51 (patch) | |
tree | 7f22467d2c9e0a40606480b74409f40d7f1b611e /capture-pcap-util.h | |
parent | c58680fd40f082c7cb383d55abe8b8f600fe7555 (diff) | |
download | wireshark-1bf60839c982380b42d20b60beed519fba497a51.tar.gz wireshark-1bf60839c982380b42d20b60beed519fba497a51.tar.bz2 wireshark-1bf60839c982380b42d20b60beed519fba497a51.zip |
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.h | 5 |
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); |