From d020990f0356f4793e00209ae99e9f2dd7b843c9 Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Fri, 20 Jan 2017 14:52:05 +0100 Subject: conversation_table: add cleanup function. Change-Id: Icea963384c16b1ad5387a885219d0621b470181b Reviewed-on: https://code.wireshark.org/review/19699 Petri-Dish: Dario Lombardo Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- epan/conversation_table.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'epan/conversation_table.h') 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 */ -- cgit v1.2.1