summaryrefslogtreecommitdiff
path: root/wireshark-qt.cpp
diff options
context:
space:
mode:
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