aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2012-08-29 21:23:07 +0000
committerMichael Mann <mmann78@netscape.net>2012-08-29 21:23:07 +0000
commite5e09f70168e7534a91959255e558c8a5cd9991a (patch)
treeb3a05026815b53f5d82f9156c4dea04b50c469c3 /epan/packet.h
parentb840ba44b48113a68ab5e8a9740241327e3a1aaf (diff)
Fix Bug 7348 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7348)
svn path=/trunk/; revision=44696
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/packet.h b/epan/packet.h
index 251d98a8a8..924408b437 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -149,7 +149,7 @@ extern void dissector_all_tables_foreach_changed (DATFunc func,
extern void dissector_table_foreach_handle(const char *name, DATFunc_handle func,
gpointer user_data);
extern void dissector_all_tables_foreach_table (DATFunc_table func,
- gpointer user_data);
+ gpointer user_data, GCompareFunc compare_key_func);
/* a protocol uses the function to register a sub-dissector table */
extern dissector_table_t register_dissector_table(const char *name,