aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation_table.h
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2017-01-20 14:52:05 +0100
committerMichael Mann <mmann78@netscape.net>2017-01-21 00:27:25 +0000
commitd020990f0356f4793e00209ae99e9f2dd7b843c9 (patch)
tree933ddfc7a9a7f13fc862f3d047a853956985ed3b /epan/conversation_table.h
parentfecf0d847e012bf4e73aa66da02166774acba65d (diff)
conversation_table: add cleanup function.
Change-Id: Icea963384c16b1ad5387a885219d0621b470181b Reviewed-on: https://code.wireshark.org/review/19699 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/conversation_table.h')
-rw-r--r--epan/conversation_table.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/conversation_table.h b/epan/conversation_table.h
index c0871924e2..ba94029bd9 100644
--- a/epan/conversation_table.h
+++ b/epan/conversation_table.h
@@ -340,6 +340,10 @@ add_conversation_table_data_with_conv_id(conv_hash_t *ch, const address *src, co
void add_hostlist_table_data(conv_hash_t *ch, const address *addr,
guint32 port, gboolean sender, int num_frames, int num_bytes, hostlist_dissector_info_t *host_info, port_type port_type_val);
+/** Cleanup internal structures
+ */
+void conversation_table_cleanup(void);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */