aboutsummaryrefslogtreecommitdiffstats
path: root/tfshark.c
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2021-01-30 21:08:59 -0800
committerGuy Harris <gharris@sonic.net>2021-01-30 21:15:30 -0800
commit1f15c0899ee2d1f27b523928a39a49175bdc32b7 (patch)
tree977b0cdb81d094d7eb647a848b18bf620a47338a /tfshark.c
parentb2db1517be11f9402613220269f63c373b9bf785 (diff)
epan: have a routine to register all tap listeners.
Pull the code to register plugin taps, and the loop to register built-in taps, into a single register_all_tap_listeners() routine. This leaves it up to libwireshark, not to the programs using it, to know how to register them.
Diffstat (limited to 'tfshark.c')
-rw-r--r--tfshark.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tfshark.c b/tfshark.c
index f5cb7578dd..b3b3f22fa0 100644
--- a/tfshark.c
+++ b/tfshark.c
@@ -494,9 +494,6 @@ main(int argc, char *argv[])
/* 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();
*/