aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-09-04 23:15:59 +0000
committerGerald Combs <gerald@wireshark.org>2013-09-04 23:15:59 +0000
commit03fd39d7f0c409a45e422d9142b48536ec5c8647 (patch)
treee8c1be0562459e4d302310d65cfd367b929e5564 /ui/qt/main_window.ui
parent1abd5a5965e3542c7dfcf6ec258daffe1d9fb504 (diff)
Throughput graph updates.
GTK+: Fix what appears to be an off-by-one error in the MA period (21 segments instead of 20). Throw away our initial segment length instead of subtracting it from the moving sum, which skews the sum. Qt: Add the througput graph. Use bits/s for the throughput y axis. Let the user switch between graph types. The dialog hangs when doing this. I haven't been able to track down the cause. Remove some unused code. Both: Tell the user that we're using a 20 segment moving average. Move more routines to tap-tcp-stream.[ch]. svn path=/trunk/; revision=51759
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 536093cef6..fdbeb811b9 100644
--- a/ui/qt/main_window.ui
+++ b/ui/qt/main_window.ui
@@ -320,6 +320,7 @@
<string>TCP Stream Graphs</string>
</property>
<addaction name="actionStatisticsTcpStreamStevens"/>
+ <addaction name="actionStatisticsTcpStreamThroughput"/>
</widget>
<addaction name="actionSummary"/>
<addaction name="actionProtocol_Hierarchy"/>
@@ -1256,6 +1257,14 @@
<string>TCP time sequence graph (Stevens)</string>
</property>
</action>
+ <action name="actionStatisticsTcpStreamThroughput">
+ <property name="text">
+ <string>Throughput</string>
+ </property>
+ <property name="toolTip">
+ <string>TCP througput</string>
+ </property>
+ </action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>