aboutsummaryrefslogtreecommitdiffstats
path: root/image
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-09-09 01:40:06 +0000
committerGerald Combs <gerald@wireshark.org>2013-09-09 01:40:06 +0000
commit829c1ed25ec2734d9c6fec6d8cbcc2b6e69ff6f1 (patch)
treea33d1faa4ba754b7a9c831c61fd8dff5bd8b1130 /image
parent077d252fd92c4a41e3d5396e2f869c6804ce86ef (diff)
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
Diffstat (limited to 'image')
-rw-r--r--image/openhand-16.pngbin0 -> 160 bytes
-rw-r--r--image/rubberband-16.pngbin0 -> 218 bytes
-rw-r--r--image/toolbar.qrc4
3 files changed, 4 insertions, 0 deletions
diff --git a/image/openhand-16.png b/image/openhand-16.png
new file mode 100644
index 0000000000..9181c859ed
--- /dev/null
+++ b/image/openhand-16.png
Binary files differ
diff --git a/image/rubberband-16.png b/image/rubberband-16.png
new file mode 100644
index 0000000000..229db38c7f
--- /dev/null
+++ b/image/rubberband-16.png
Binary files differ
diff --git a/image/toolbar.qrc b/image/toolbar.qrc
index dc06cf7dfb..3bead0b63a 100644
--- a/image/toolbar.qrc
+++ b/image/toolbar.qrc
@@ -15,4 +15,8 @@
<file>plus-8.png</file>
<file>copy-8.png</file>
</qresource>
+ <qresource prefix="/graph">
+ <file>openhand-16.png</file>
+ <file>rubberband-16.png</file>
+ </qresource>
</RCC>