From 29aa8893ea8fe2efbdb5b9015c840d0982dbaba6 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 4 Jan 2017 20:03:35 -0800 Subject: Do RA_DISSECTORS in the Qt UI. It looks as if a fair bit of work is done under RA_DISSECTORS before we register any individual items, so add it to the splash screen update with the Qt UI - it's used in the GTK+ UI. Update a comment to explicitly indicate what action transactions are being counted (other than the individual-item ones, where we have to call routines that give us a count of items). Change-Id: I3ec5e5fbfdcf523d693bcf1b0f0ffbe0d05d61ae Reviewed-on: https://code.wireshark.org/review/19553 Reviewed-by: Guy Harris --- 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 d7b9d4f371..f87a050ed7 100644 --- a/wireshark-qt.cpp +++ b/wireshark-qt.cpp @@ -556,6 +556,8 @@ int main(int argc, char *qt_argv[]) /* Register all audio codec plugins. */ register_all_codecs(); + splash_update(RA_DISSECTORS, NULL, NULL); + /* Register all dissectors; we must do this before checking for the "-G" flag, as the "-G" flag dumps information registered by the dissectors, and we must do it before we read the preferences, in -- cgit v1.2.1