summaryrefslogtreecommitdiff
path: root/ui/qt/main_window.ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-08-12 14:09:35 -0700
committerGerald Combs <gerald@wireshark.org>2015-08-18 20:17:20 +0000
commit0e8cc9ab0ad41d09cbc886d1283266aea989c563 (patch)
tree4baceddfc9d74c8754dce9226f82678bf4a050ae /ui/qt/main_window.ui
parent9a3d4e6eef9851f7368c89364add3759919b8f95 (diff)
downloadwireshark-0e8cc9ab0ad41d09cbc886d1283266aea989c563.tar.gz
UDP multicast stream dialog.
Add the UDP multicast stream dialog. Abuse TapParameterDialog a bit more so that we can edit parameters. Remove some unused struct members and an unused function. Change-Id: I962c70344e792f0959527e4bcba8a20bd7e8acf9 Reviewed-on: https://code.wireshark.org/review/10084 Petri-Dish: Gerald Combs <gerald@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/main_window.ui')
-rw-r--r--ui/qt/main_window.ui9
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/qt/main_window.ui b/ui/qt/main_window.ui
index 7a0e8ec493..f3f621c799 100644
--- a/ui/qt/main_window.ui
+++ b/ui/qt/main_window.ui
@@ -492,6 +492,7 @@
<addaction name="actionStatisticsHTTP2"/>
<addaction name="actionStatisticsSametime"/>
<addaction name="menuTcpStreamGraphs"/>
+ <addaction name="actionStatisticsUdpMulticastStreams"/>
</widget>
<widget class="QMenu" name="menuTelephony">
<property name="title">
@@ -2637,6 +2638,14 @@
<string>Go to the packet referenced by the selected field.</string>
</property>
</action>
+ <action name="actionStatisticsUdpMulticastStreams">
+ <property name="text">
+ <string>UDP Multicast Streams</string>
+ </property>
+ <property name="toolTip">
+ <string>Show UTP multicast stream statistics.</string>
+ </property>
+ </action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>