From 829c1ed25ec2734d9c6fec6d8cbcc2b6e69ff6f1 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 9 Sep 2013 01:40:06 +0000 Subject: Add the TCP window scaling graph. Add zoom selections. Rename some methods. Add the ability to toggle time and sequence number origins. Add more keyboard shortcuts. Comment out abs_secs abs_usecs in the segment struct since it looks like we aren't using them. Make sure we stay in the same TCP stream. svn path=/trunk/; revision=51856 --- ui/qt/tcp_stream_dialog.ui | 53 +++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 50 insertions(+), 3 deletions(-) (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 d19d5ed04d..b9e139129e 100644 --- a/ui/qt/tcp_stream_dialog.ui +++ b/ui/qt/tcp_stream_dialog.ui @@ -45,7 +45,11 @@ <tr><th><i>Shift+</i>↑</th><td>Move up 10%</td></th> <tr><th><i>Shift+</i>↓</th><td>Move down 10%</td></th> <tr><th>0</th><td>Reset graph to its initial state</td></th> -<tr><th>s</th><td>Switch direction (swap TCP endpoints)</td></th> +<tr><th>d</th><td>Switch direction (swap TCP endpoints)</td></th> +<tr><th>g</th><td>Go to packet under cursor</td></th> +<tr><th>z</th><td>Toggle mouse drag / zoom</td></th> +<tr><th>s</th><td>Toggle relative / absolute sequence numbers</td></th> +<tr><th>t</th><td>Toggle capture / session time origin</td></th> <tr><th>Space</th><td>Toggle crosshairs</td></th> </tbody></table> </body></html> @@ -56,7 +60,7 @@ - + @@ -80,6 +84,44 @@ + + + + + + Drag using the mouse button. + + + + :/graph/openhand-16.png:/graph/openhand-16.png + + + true + + + mouseButtonGroup + + + + + + + Select using the mouse button. + + + + :/graph/rubberband-16.png:/graph/rubberband-16.png + + + true + + + mouseButtonGroup + + + + + @@ -127,7 +169,9 @@
elided_label.h
- + + + buttonBox @@ -162,4 +206,7 @@ + + + -- cgit v1.2.1