aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark-qt.cpp
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-06-24 16:48:23 -0700
committerAnders Broman <a.broman58@gmail.com>2016-06-26 06:22:46 +0000
commit4addfc67b4cd35601d5f9c5ce134f23ea145934a (patch)
treeaf753108eb5c8f1d600aefded360dd3aa8408b5c /wireshark-qt.cpp
parent60cdee9e307c15928a542adc547f27fd752c4837 (diff)
Add an RA_INTERFACES register action.
Add RA_INTERFACES between RA_PREFERENCES and RA_CONFIGURATION. Wireshark was spending a suspiciously long time loading module preferences here. (Now we just need to find out why that section of the code is slow.) Change-Id: Iecbe55e8e10c8844bcb151a13e383cb13a3f6eb1 Reviewed-on: https://code.wireshark.org/review/16133 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'wireshark-qt.cpp')
-rw-r--r--wireshark-qt.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/wireshark-qt.cpp b/wireshark-qt.cpp
index 4268257a31..015706d5cc 100644
--- a/wireshark-qt.cpp
+++ b/wireshark-qt.cpp
@@ -617,6 +617,8 @@ int main(int argc, char *argv[])
timestamp_set_seconds_type (recent.gui_seconds_format);
#ifdef HAVE_LIBPCAP
+ splash_update(RA_INTERFACES, NULL, NULL);
+
fill_in_local_interfaces(main_window_update);
if (commandline_info.start_capture || commandline_info.list_link_layer_types) {