aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/epan.c')
-rw-r--r--epan/epan.c2
1 files changed, 2 insertions, 0 deletions
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 <lua.h>
@@ -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();