From 6d10efc6dd66c70110581b8c49cc3da0f0a72a25 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Fri, 25 Sep 2015 14:33:54 -0700 Subject: Qt: Add the Dissector Tables dialog. Add the "Internals" menu under the View menu instead of at the top level for now at least. Add the Dissector Tables dialog there. Change-Id: Ieb23b0015591bac196e4ef94e3443832288333f9 Reviewed-on: https://code.wireshark.org/review/10654 Reviewed-by: Gerald Combs --- epan/disabled_protos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/disabled_protos.c') diff --git a/epan/disabled_protos.c b/epan/disabled_protos.c index 2a86f0c281..71bc1b97cb 100644 --- a/epan/disabled_protos.c +++ b/epan/disabled_protos.c @@ -730,7 +730,7 @@ sort_dissector_table_entries(const char *table_name _U_, } static void -sort_heur_dissector_tables(const char *table_name, heur_dissector_list_t *list, gpointer w) +sort_heur_dissector_tables(const char *table_name, struct heur_dissector_list *list, gpointer w) { if (list) { heur_dissector_table_foreach(table_name, sort_dissector_table_entries, w); -- cgit v1.2.3