aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tap.h
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-02 19:55:43 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-02 19:55:43 +0000
commit177926996c4e2096e12636fb95e471271849969f (patch)
tree781c5862e40fa6d97ca5aff45cff83fa279ca233 /epan/tap.h
parentc22c2a4ea71fb3c3b3f670fa5c020de3aa2321d6 (diff)
Prime interesting fields when selecting a package, so Lua's ProtoField
can extract the field value correctly. This fixes bug 4058. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30252 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/tap.h')
-rw-r--r--epan/tap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/tap.h b/epan/tap.h
index 942caed775..aa3e7814f0 100644
--- a/epan/tap.h
+++ b/epan/tap.h
@@ -41,6 +41,7 @@ extern void tap_init(void);
extern int register_tap(const char *name);
extern int find_tap_id(const char *name);
extern void tap_queue_packet(int tap_id, packet_info *pinfo, const void *tap_specific_data);
+extern void tap_build_interesting(epan_dissect_t *edt);
extern void tap_queue_init(epan_dissect_t *edt);
extern void tap_push_tapped_queue(epan_dissect_t *edt);
extern void reset_tap_listeners(void);