aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/main_window.ui')
-rw-r--r--ui/qt/main_window.ui18
1 files changed, 18 insertions, 0 deletions
diff --git a/ui/qt/main_window.ui b/ui/qt/main_window.ui
index c6fcb5cb38..3f190a76e7 100644
--- a/ui/qt/main_window.ui
+++ b/ui/qt/main_window.ui
@@ -302,6 +302,13 @@
<addaction name="actionAnalyzePAFAndNotSelected"/>
<addaction name="actionAnalyzePAFOrNotSelected"/>
</widget>
+ <widget class="QMenu" name="menuSCTP">
+ <property name="title">
+ <string>SCTP</string>
+ </property>
+ <addaction name="actionSCTPAnalyseThisAssociation"/>
+ <addaction name="actionSCTPShowAllAssociations"/>
+ </widget>
<addaction name="actionDisplayFilters"/>
<addaction name="actionDisplayFilterMacros"/>
<addaction name="separator"/>
@@ -311,6 +318,7 @@
<addaction name="separator"/>
<addaction name="actionAnalyzeDecodeAs"/>
<addaction name="separator"/>
+ <addaction name="menuSCTP"/>
<addaction name="actionAnalyzeFollowTCPStream"/>
<addaction name="actionAnalyzeFollowUDPStream"/>
<addaction name="actionAnalyzeFollowSSLStream"/>
@@ -1360,6 +1368,16 @@
<string>TCP time sequence graph (tcptrace)</string>
</property>
</action>
+ <action name="actionSCTPAnalyseThisAssociation">
+ <property name="text">
+ <string>Analyse this Association</string>
+ </property>
+ </action>
+ <action name="actionSCTPShowAllAssociations">
+ <property name="text">
+ <string>Show All Associations</string>
+ </property>
+ </action>
<action name="actionStatisticsFlowGraph">
<property name="text">
<string>Flow Graph</string>