From 018b84de84343306f731ca04b3d20dd07064cdef Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Fri, 25 Jul 2014 11:34:51 -0400 Subject: Refactor "common" hostlist/endpoint table functionality. This is very similar in architecture to the changes made to the Conversation table functionality. Since all conversations have endpoints/hostlists, the "registered" list is shared for both. Change-Id: Ie8c6910a68a1b3f27c5b18c4494f49b9404a7b31 Reviewed-on: https://code.wireshark.org/review/3214 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- tfshark.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tfshark.c') diff --git a/tfshark.c b/tfshark.c index 4670d74af6..e7d4dd3515 100644 --- a/tfshark.c +++ b/tfshark.c @@ -972,7 +972,6 @@ main(int argc, char *argv[]) register_all_plugin_tap_listeners(); #endif register_all_tap_listeners(); - conversation_table_set_gui_info(NULL); * XXX - TODO: Provide GUI function for tfshark * */ /* If invoked with the "-G" flag, we dump out information based on -- cgit v1.2.1