aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tap.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/tap.h')
-rw-r--r--epan/tap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/tap.h b/epan/tap.h
index 7f2002af17..c3b427f008 100644
--- a/epan/tap.h
+++ b/epan/tap.h
@@ -218,6 +218,9 @@ WS_DLL_PUBLIC GString *register_tap_listener(const char *tapname, void *tapdata,
/** This function sets a new dfilter to a tap listener */
WS_DLL_PUBLIC GString *set_tap_dfilter(void *tapdata, const char *fstring);
+/** This function recompiles dfilter for all registered tap listeners */
+WS_DLL_PUBLIC void tap_listeners_dfilter_recompile(void);
+
/** this function removes a tap listener */
WS_DLL_PUBLIC void remove_tap_listener(void *tapdata);