aboutsummaryrefslogtreecommitdiffstats
path: root/epan/funnel.h
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2012-09-15 13:58:57 +0000
committerEvan Huus <eapache@gmail.com>2012-09-15 13:58:57 +0000
commitdd01cc049038b934c19a33c4d2d01082ee58ca67 (patch)
tree7107823e4712007d0b58a472742471c52940d6e3 /epan/funnel.h
parent5a7af5d6d96c647d75be8fb0f57e9bbe3e530fb2 (diff)
From Niels Widger via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7725
Add get_filter method to Wireshark's Lua interface (to correspond with the already-exposed set_filter method). svn path=/trunk/; revision=44916
Diffstat (limited to 'epan/funnel.h')
-rw-r--r--epan/funnel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/funnel.h b/epan/funnel.h
index 53b7220b47..5208d88685 100644
--- a/epan/funnel.h
+++ b/epan/funnel.h
@@ -77,6 +77,7 @@ typedef struct _funnel_ops_t {
void (*retap_packets)(void);
void (*copy_to_clipboard)(GString *str);
+ gchar * (*get_filter)(void);
void (*set_filter)(const char*);
void (*set_color_filter_slot)(guint8 flit_nr, const gchar* filter);
gboolean (*open_file)(const char* fname, const char* filter, const char** error);