summaryrefslogtreecommitdiff
path: root/epan/addr_resolv.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-08-01 20:11:13 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-08-01 20:11:13 +0000
commit0105d538d25840e8d9ba2c845a13740fff0e505c (patch)
treeb63bda93b3d5f6c099810d1327e3b3bc46ca9c11 /epan/addr_resolv.h
parent490f48044c1c89f120708c2c923e475bdbdbc755 (diff)
downloadwireshark-0105d538d25840e8d9ba2c845a13740fff0e505c.tar.gz
Use glibs hastables rather than home grown variants for manuf an wka(well known addresses).
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9000 svn path=/trunk/; revision=51084
Diffstat (limited to 'epan/addr_resolv.h')
-rw-r--r--epan/addr_resolv.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/epan/addr_resolv.h b/epan/addr_resolv.h
index 2eadaed32f..f7f511b06d 100644
--- a/epan/addr_resolv.h
+++ b/epan/addr_resolv.h
@@ -297,6 +297,18 @@ gboolean get_host_ipaddr6(const char *host, struct e_in6_addr *addrp);
WS_DLL_PUBLIC
const char* host_ip_af(const char *host);
+WS_DLL_PUBLIC
+GHashTable *get_manuf_hashtable(void);
+
+WS_DLL_PUBLIC
+GHashTable *get_wka_hashtable(void);
+
+WS_DLL_PUBLIC
+void initialize_ethers(void);
+
+WS_DLL_PUBLIC
+void eth_name_lookup_cleanup(void);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */