aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark-qt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wireshark-qt.cpp')
-rw-r--r--wireshark-qt.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/wireshark-qt.cpp b/wireshark-qt.cpp
index 1ab55fdab7..d7b9d4f371 100644
--- a/wireshark-qt.cpp
+++ b/wireshark-qt.cpp
@@ -588,10 +588,6 @@ int main(int argc, char *qt_argv[])
register_all_plugin_tap_listeners();
#endif
-#ifdef HAVE_EXTCAP
- extcap_register_preferences();
-#endif
-
register_all_tap_listeners();
conversation_table_set_gui_info(init_conversation_table);
hostlist_table_set_gui_info(init_endpoint_table);
@@ -603,6 +599,11 @@ int main(int argc, char *qt_argv[])
in_file_type = open_info_name_to_type(ex_opt_get_next("read_format"));
}
+#ifdef HAVE_EXTCAP
+ splash_update(RA_EXTCAP, NULL, NULL);
+ extcap_register_preferences();
+#endif
+
splash_update(RA_PREFERENCES, NULL, NULL);
global_commandline_info.prefs_p = ws_app.readConfigurationFiles(&gdp_path, &dp_path, false);