aboutsummaryrefslogtreecommitdiffstats
path: root/epan/epan.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/epan.h')
-rw-r--r--epan/epan.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/epan.h b/epan/epan.h
index cfa7a4d046..44f2d4c51b 100644
--- a/epan/epan.h
+++ b/epan/epan.h
@@ -152,6 +152,10 @@ WS_DLL_PUBLIC
epan_dissect_t*
epan_dissect_new(epan_t *session, const gboolean create_proto_tree, const gboolean proto_tree_visible);
+WS_DLL_PUBLIC
+void
+epan_dissect_reset(epan_dissect_t *edt);
+
/** Indicate whether we should fake protocols or not */
WS_DLL_PUBLIC
void