From 4addfc67b4cd35601d5f9c5ce134f23ea145934a Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Fri, 24 Jun 2016 16:48:23 -0700 Subject: 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 --- wireshark-qt.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wireshark-qt.cpp') 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) { -- cgit v1.2.1