aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/tshark.c b/tshark.c
index af38ab0702..3df60d4dd5 100644
--- a/tshark.c
+++ b/tshark.c
@@ -1196,14 +1196,8 @@ main(int argc, char *argv[])
init_open_routines();
#ifdef HAVE_PLUGINS
- /* Register all the plugin types we have. */
- epan_register_plugin_types(); /* Types known to libwireshark */
wtap_register_plugin_types(); /* Types known to libwiretap */
- /* Scan for plugins. This does *not* call their registration routines;
- that's done later. */
- scan_plugins();
-
/* Register all libwiretap plugin modules. */
register_all_wiretap_modules();
#endif