From 0b25b1ab072c559fc897348dce286ee32ff7308b Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Tue, 24 Jan 2017 14:19:22 +0100 Subject: tap: add cleanup routine. Change-Id: I460b053880ed43a7377b7696531bbaeb0fd0d68b Reviewed-on: https://code.wireshark.org/review/19764 Reviewed-by: Michael Mann --- epan/tap.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'epan/tap.h') diff --git a/epan/tap.h b/epan/tap.h index c3b427f008..edaaa31474 100644 --- a/epan/tap.h +++ b/epan/tap.h @@ -259,6 +259,10 @@ WS_DLL_PUBLIC guint union_of_tap_listener_flags(void); */ WS_DLL_PUBLIC const void *fetch_tapped_data(int tap_id, int idx); +/** Clean internal structures + */ +extern void tap_cleanup(void); + #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit v1.2.3