aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-09-13 22:29:05 +0000
committerGerald Combs <gerald@wireshark.org>2013-09-13 22:29:05 +0000
commit7f92257af88303e1d97eaff7c6a700158cec1939 (patch)
treec7a2dfd3676c5dedbc342f793ad16ecf7ede7a3d /ui/qt/main_window.ui
parent956844f335d667c13a3cb8779a08ed06ddd88c27 (diff)
More TCP stream graph updates.
Scan our segment list (and the capture file) once per stream. Switch the stream selection control to a QSpinBox. Add graph type selection actions. The context menu + shortcuts should now be complete. Add the intitial tcptrace graph. Only ACKs and RWINs so far. A bunch of other updates and fixes. svn path=/trunk/; revision=52027
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 f55d193fad..f2c48c9663 100644
--- a/ui/qt/main_window.ui
+++ b/ui/qt/main_window.ui
@@ -325,6 +325,7 @@
<string>TCP Stream Graphs</string>
</property>
<addaction name="actionStatisticsTcpStreamStevens"/>
+ <addaction name="actionStatisticsTcpStreamTcptrace"/>
<addaction name="actionStatisticsTcpStreamThroughput"/>
<addaction name="actionStatisticsTcpStreamRoundTripTime"/>
<addaction name="actionStatisticsTcpStreamWindowScaling"/>
@@ -1312,6 +1313,14 @@
<string>Follow SSL Stream</string>
</property>
</action>
+ <action name="actionStatisticsTcpStreamTcptrace">
+ <property name="text">
+ <string>Time Sequence (tcptrace)</string>
+ </property>
+ <property name="toolTip">
+ <string>TCP time sequence graph (tcptrace)</string>
+ </property>
+ </action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>