summaryrefslogtreecommitdiff
path: root/ui/qt/main_window.cpp
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-08-04 17:42:53 -0700
committerGerald Combs <gerald@wireshark.org>2015-08-06 01:59:10 +0000
commitb7f5eaa5243ab8f0f2912e406a7d0cb94ff0c9fb (patch)
treedb50f364dccf576a4e48f8e14dce339903c12519 /ui/qt/main_window.cpp
parent05eb9b69b8011a581ecd2ca92e4abfa1af7bde6f (diff)
downloadwireshark-b7f5eaa5243ab8f0f2912e406a7d0cb94ff0c9fb.tar.gz
Convert the GSM MAP stats to new "generic stat API".
Convert both the MAP statistics and summary. As with the GSM A stats this are mostly untested. Change-Id: Ibd3a7346b09d1401e78724c0197ec2a38deb97a3 Reviewed-on: https://code.wireshark.org/review/9883 Petri-Dish: Gerald Combs <gerald@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/main_window.cpp')
-rw-r--r--ui/qt/main_window.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/qt/main_window.cpp b/ui/qt/main_window.cpp
index 9bcf2b95d7..96c3be0564 100644
--- a/ui/qt/main_window.cpp
+++ b/ui/qt/main_window.cpp
@@ -1966,6 +1966,10 @@ void MainWindow::setForCaptureInProgress(gboolean capture_in_progress)
void MainWindow::addDynamicMenus()
{
+ // Manual additions
+ wsApp->addDynamicMenuGroupItem(REGISTER_STAT_GROUP_TELEPHONY_GSM, main_ui_->actionTelephonyGsmMapSummary);
+
+ // Fill in each menu
QList<register_stat_group_t> menu_groups = QList<register_stat_group_t>()
<< REGISTER_ANALYZE_GROUP_UNSORTED
<< REGISTER_ANALYZE_GROUP_CONVERSATION_FILTER