aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/addr_resolv.h')
-rw-r--r--epan/addr_resolv.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/epan/addr_resolv.h b/epan/addr_resolv.h
index b685196a5b..9a09acc955 100644
--- a/epan/addr_resolv.h
+++ b/epan/addr_resolv.h
@@ -63,6 +63,13 @@ typedef struct hashether {
char resolved_name[MAXNAMELEN];
} hashether_t;
+typedef struct serv_port {
+ gchar *udp_name;
+ gchar *tcp_name;
+ gchar *sctp_name;
+ gchar *dccp_name;
+} serv_port_t;
+
/*
* Flag controlling what names to resolve.
*/
@@ -315,6 +322,9 @@ WS_DLL_PUBLIC
GHashTable *get_eth_hashtable(void);
WS_DLL_PUBLIC
+GHashTable *get_serv_port_hashtable(void);
+
+WS_DLL_PUBLIC
void initialize_ethers(void);
WS_DLL_PUBLIC