summaryrefslogtreecommitdiff
path: root/docbook
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-06-22 22:22:10 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-06-22 22:22:10 +0000
commit0ba44094e61078923d9d178a7a34aba094a55154 (patch)
tree05a7e3cefd45589bb28a8df42d4556685170a5f2 /docbook
parent35f3ff0246cc1295a17a5d1bb8699a2882798589 (diff)
downloadwireshark-0ba44094e61078923d9d178a7a34aba094a55154.tar.gz
Fix enhancement bug #1337: Export IO Graphs
This new code adds a save button to the Statistics IO Graphs window and is also reusable by any other code that uses GDK Pixmaps to draw graphs. The Gdk-pixbuf library included in GTK is used for this save function. svn path=/trunk/; revision=22166
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsug_graphics/ws-stats-iographs.pngbin27938 -> 56795 bytes
-rw-r--r--docbook/wsug_src/WSUG_chapter_statistics.xml8
2 files changed, 7 insertions, 1 deletions
diff --git a/docbook/wsug_graphics/ws-stats-iographs.png b/docbook/wsug_graphics/ws-stats-iographs.png
index bb21254663..13893d442a 100644
--- a/docbook/wsug_graphics/ws-stats-iographs.png
+++ b/docbook/wsug_graphics/ws-stats-iographs.png
Binary files differ
diff --git a/docbook/wsug_src/WSUG_chapter_statistics.xml b/docbook/wsug_src/WSUG_chapter_statistics.xml
index 16d83c6af3..39b032b581 100644
--- a/docbook/wsug_src/WSUG_chapter_statistics.xml
+++ b/docbook/wsug_src/WSUG_chapter_statistics.xml
@@ -427,7 +427,13 @@
</para>
</listitem>
- </itemizedlist>
+ </itemizedlist>
+ The save button will save the currently displayed portion of
+ the graph as one of various file formats. The save feature is
+ only available when using GTK version 2.4 or higher (the
+ latest Windows versions comply with this requirement) and
+ Wireshark version 0.99.7 or higher.
+
XXX - describe the Advanced feature.
</para>
</section>