summaryrefslogtreecommitdiff
path: root/epan/addr_resolv.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-08-20 05:06:26 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-08-20 05:06:26 +0000
commit4e63bb5ec529783a1058dbaeff7483e1eb5572d3 (patch)
tree87cde5a02a243e4b7b3aac918176ffd838b71bc4 /epan/addr_resolv.h
parentce6a604f07b5e155686d18968222296805aa57d6 (diff)
downloadwireshark-4e63bb5ec529783a1058dbaeff7483e1eb5572d3.tar.gz
Use g_hash_table() for ipxnet name resolution.
svn path=/trunk/; revision=51436
Diffstat (limited to 'epan/addr_resolv.h')
-rw-r--r--epan/addr_resolv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/addr_resolv.h b/epan/addr_resolv.h
index 3308150e90..c6743a3a2f 100644
--- a/epan/addr_resolv.h
+++ b/epan/addr_resolv.h
@@ -341,6 +341,9 @@ WS_DLL_PUBLIC
GHashTable *get_serv_port_hashtable(void);
WS_DLL_PUBLIC
+GHashTable *get_ipxnet_table(void);
+
+WS_DLL_PUBLIC
GHashTable *get_ipv4_hash_table(void);
WS_DLL_PUBLIC