aboutsummaryrefslogtreecommitdiffstats
path: root/tfshark.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2014-02-14 14:10:49 -0500
committerEvan Huus <eapache@gmail.com>2014-02-14 20:58:53 +0000
commitb24339e22d51cd09c0509440b496480816d1b2e7 (patch)
treee179cb6f2b81ff25c9c4d2a35eee6074e0247c3e /tfshark.c
parent7878878436c7e72478d04639d968052f00a6c14e (diff)
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 <gerald@wireshark.org> Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'tfshark.c')
-rw-r--r--tfshark.c4
1 files changed, 4 insertions, 0 deletions
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,