From 5f6732d74eb731f26d389f378567d2dfa532f24c Mon Sep 17 00:00:00 2001 From: Kevin Hogan Date: Mon, 5 Dec 2016 23:50:45 -0800 Subject: 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 Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu --- ui/qt/tcp_stream_dialog.ui | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'ui/qt/tcp_stream_dialog.ui') 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 @@ -91,6 +91,26 @@ + + + + MA Window (s) + + + + + + + + + + Allow ACKs as well as data packets to be selected by clicking on the graph + + + select ACKs + + + -- cgit v1.2.1