summaryrefslogtreecommitdiff
path: root/ui/qt/tcp_stream_dialog.ui
diff options
context:
space:
mode:
authorKevin Hogan <kwabena@google.com>2016-12-05 23:50:45 -0800
committerPeter Wu <peter@lekensteyn.nl>2016-12-19 06:04:56 +0000
commit5f6732d74eb731f26d389f378567d2dfa532f24c (patch)
tree8492a27bd0829d1d33aced14c05a7eb21367bbc8 /ui/qt/tcp_stream_dialog.ui
parent05b3c067ce65149fdb83790771650946aa948808 (diff)
downloadwireshark-5f6732d74eb731f26d389f378567d2dfa532f24c.tar.gz
Qt: minor updates to TCP stream dialog and throughput moving average
The time-based moving average code should use a constant window size as the denominator when calculating throughput. Added QDoubleSpinbox widget to choose the time-based moving average size. Also added (optional) ability to select ACK (reverse) packets as well as data packets when clicking on the base graph. (useful, for example, when examining SACK or DSACK packets) Added CheckBox widget (with tooltip) for user to choose ACK selection Change-Id: Ib3ba4f9be9e30aa8f3088b0b2d48b4ca214f7cc3 Reviewed-on: https://code.wireshark.org/review/19108 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'ui/qt/tcp_stream_dialog.ui')
-rw-r--r--ui/qt/tcp_stream_dialog.ui20
1 files changed, 20 insertions, 0 deletions
diff --git a/ui/qt/tcp_stream_dialog.ui b/ui/qt/tcp_stream_dialog.ui
index c64cb847a1..4e7cea956a 100644
--- a/ui/qt/tcp_stream_dialog.ui
+++ b/ui/qt/tcp_stream_dialog.ui
@@ -92,6 +92,26 @@
<widget class="QComboBox" name="graphTypeComboBox"/>
</item>
<item>
+ <widget class="QLabel" name="maWindowSizeLabel">
+ <property name="text">
+ <string>MA Window (s)</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QDoubleSpinBox" name="maWindowSizeSpinBox" />
+ </item>
+ <item>
+ <widget class="QCheckBox" name="selectAcksCheckBox">
+ <property name="toolTip">
+ <string>Allow ACKs as well as data packets to be selected by clicking on the graph</string>
+ </property>
+ <property name="text">
+ <string>select ACKs</string>
+ </property>
+ </widget>
+ </item>
+ <item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>