From b24339e22d51cd09c0509440b496480816d1b2e7 Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Fri, 14 Feb 2014 14:10:49 -0500 Subject: Disable tfshark taps for now. Should fix build issue and none of the current taps are relevant to tfshark anyways. Change-Id: I29168e0b296cd64fe3783de63e1fdd2a472ee6d3 Reviewed-on: https://code.wireshark.org/review/218 Reviewed-by: Gerald Combs Reviewed-by: Evan Huus --- tfshark.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tfshark.c') diff --git a/tfshark.c b/tfshark.c index 5ed82a8d20..e691815035 100644 --- a/tfshark.c +++ b/tfshark.c @@ -932,10 +932,14 @@ main(int argc, char *argv[]) /* we register the plugin taps before the other taps because stats_tree taps plugins will be registered as tap listeners by stats_tree_stat.c and need to registered before that */ + + /* XXX Disable tap registration for now until we can get tfshark set up with + * its own set of taps and the necessary registration function etc. #ifdef HAVE_PLUGINS register_all_plugin_tap_listeners(); #endif register_all_tap_listeners(); + */ /* If invoked with the "-G" flag, we dump out information based on the argument to the "-G" flag; if no argument is specified, -- cgit v1.2.3