From 317649f94984cf3d17f2a57badebb78d7703cdb5 Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Fri, 20 Jan 2017 17:02:52 +0100 Subject: reassemble: add cleanup routine. Change-Id: I948d342a29aacc2212076359e5b073113c50c5de Reviewed-on: https://code.wireshark.org/review/19697 Reviewed-by: Michael Mann --- epan/epan.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'epan/epan.c') diff --git a/epan/epan.c b/epan/epan.c index 10dba580f7..d667bba165 100644 --- a/epan/epan.c +++ b/epan/epan.c @@ -62,6 +62,7 @@ #include "decode_as.h" #include "dissector_filters.h" #include "conversation_table.h" +#include "reassemble.h" #ifdef HAVE_LUA #include @@ -213,6 +214,7 @@ epan_cleanup(void) decode_clear_all(); conversation_table_cleanup(); conversation_filters_cleanup(); + reassembly_table_cleanup(); packet_cleanup(); expert_cleanup(); capture_dissector_cleanup(); -- cgit v1.2.3