summaryrefslogtreecommitdiff
path: root/epan/packet.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-12-28 15:05:59 +0000
committerBill Meier <wmeier@newsguy.com>2011-12-28 15:05:59 +0000
commitebe33ba92a4e2e39e3b3d15ce119ef95d5016f83 (patch)
tree64e3ae38c891ee683a59e015aa2cccc30a49413e /epan/packet.h
parent2a1eaf14e241c754adb7fba7667b0223894a8428 (diff)
downloadwireshark-ebe33ba92a4e2e39e3b3d15ce119ef95d5016f83.tar.gz
Add tshark option '-G heuristic-decodes' to dump heuristic dissector tables.
svn path=/trunk/; revision=40309
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/packet.h b/epan/packet.h
index f355ce5dba..c3caf370c0 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -458,6 +458,11 @@ extern void ethertype(guint16 etype, tvbuff_t *tvb, int offset_after_ethertype,
extern void dissector_dump_decodes(void);
/*
+ * For each heuristic dissector table, dump list of dissectors (filter_names) for that table
+ */
+extern void dissector_dump_heur_decodes(void);
+
+/*
* post dissectors are to be called by packet-frame.c after every other
* dissector has been called.
*/