aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark-qt.cpp
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-07-07 16:18:00 -0700
committerGerald Combs <gerald@wireshark.org>2015-07-08 17:01:15 +0000
commit4eca2689357fad460908c2b7a74cbdb8cb5d0f4e (patch)
treeca2ef75e2a451b0d1c3f8f632ee30fdfb1a22240 /wireshark-qt.cpp
parentd3f71f923a67547974c09e4a90e6865c34e0163e (diff)
Add SimpleStatisticsDialog.
To do: - Refactor dynamic menu item placement. Change-Id: I087de9f2fa3c2ff7dc08e5d54bc9c1b984fdd7b1 Reviewed-on: https://code.wireshark.org/review/9561 Reviewed-by: Gerald Combs <gerald@wireshark.org>
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 2dac07dc68..57bafc10c5 100644
--- a/wireshark-qt.cpp
+++ b/wireshark-qt.cpp
@@ -94,6 +94,7 @@
#include "ui/qt/response_time_delay_dialog.h"
#include "ui/qt/service_response_time_dialog.h"
#include "ui/qt/simple_dialog.h"
+#include "ui/qt/simple_statistics_dialog.h"
#include "ui/qt/splash_overlay.h"
#include "ui/qt/wireshark_application.h"
@@ -843,6 +844,7 @@ DIAG_ON(cast-qual)
hostlist_table_set_gui_info(init_endpoint_table);
srt_table_iterate_tables(register_service_response_tables, NULL);
rtd_table_iterate_tables(register_response_time_delay_tables, NULL);
+ new_stat_tap_iterate_tables(register_simple_stat_tables, NULL);
if (ex_opt_count("read_format") > 0) {
in_file_type = open_info_name_to_type(ex_opt_get_next("read_format"));