summaryrefslogtreecommitdiff
path: root/wireshark-qt.cpp
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-01-04 20:03:35 -0800
committerGuy Harris <guy@alum.mit.edu>2017-01-05 04:04:19 +0000
commit29aa8893ea8fe2efbdb5b9015c840d0982dbaba6 (patch)
tree65e1e27553f1691675fd753b95d5f1594e67c160 /wireshark-qt.cpp
parent31c903724e250500e4a2c3dbff42548495567703 (diff)
downloadwireshark-29aa8893ea8fe2efbdb5b9015c840d0982dbaba6.tar.gz
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 <guy@alum.mit.edu>
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 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