Add a Telephony→SCTP submenu.

Add the current SCTP actions to the telephony menu to match the GTK+ UI.

Change-Id: Ie7471bcbd1a82fe3f203d60f5ea8a72d923f34b9
Reviewed-on: https://code.wireshark.org/review/10332
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Gerald Combs 2015-08-31 09:24:49 -07:00
parent 3bec655b97
commit 75b8457483
1 changed files with 8 additions and 0 deletions

View File

@ -511,6 +511,13 @@
<addaction name="actionTelephonyRTPStreams"/>
<addaction name="actionTelephonyRTPStreamAnalysis"/>
</widget>
<widget class="QMenu" name="menuTelephonySCTP">
<property name="title">
<string>SCTP</string>
</property>
<addaction name="actionSCTPAnalyseThisAssociation"/>
<addaction name="actionSCTPShowAllAssociations"/>
</widget>
<widget class="QMenu" name="menuANSI">
<property name="title">
<string>ANSI</string>
@ -529,6 +536,7 @@
<addaction name="actionTelephonyISUPMessages"/>
<addaction name="menuRTP"/>
<addaction name="menuRTSP"/>
<addaction name="menuTelephonySCTP"/>
<addaction name="actionTelephonySMPPOperations"/>
<addaction name="actionTelephonyUCPMessages"/>
<addaction name="actionTelephonySipFlows"/>