Document the copy button in conversations, endpoints and iographs.

svn path=/trunk/; revision=24144
This commit is contained in:
Stig Bjørlykke 2008-01-20 13:52:48 +00:00
parent 27db1b2798
commit 8f8bce5175
2 changed files with 29 additions and 14 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 53 KiB

View File

@ -209,18 +209,22 @@
<figure><title>The "Conversations" window</title>
<graphic entityref="WiresharkStatsConversations" format="PNG"/>
</figure>
</para>
<para>
The <command>copy</command> button will copy the list values to the
clipboard in CSV (Comma Seperated Values) format.
</para>
</section>
<section id="ChStatConversationListWindow">
<title>The protocol specific "Conversation List" windows</title>
<para>
Before the combined window described above was available, each of its
pages was shown as a separate window. Even though the combined window is
much more convenient to use, these separate windows are still
available. The main reason is that they might process faster for
very large capture files. However, as the functionality is exactly the
same as in the combined window, they won't be discussed in detail here.
</para>
<title>The protocol specific "Conversation List" windows</title>
<para>
Before the combined window described above was available, each of its
pages was shown as a separate window. Even though the combined window is
much more convenient to use, these separate windows are still
available. The main reason is that they might process faster for
very large capture files. However, as the functionality is exactly the
same as in the combined window, they won't be discussed in detail here.
</para>
</section>
</section>
@ -328,6 +332,10 @@
to a broadcast (unresolved this would still be: ff:ff:ff:ff:ff:ff); the last two
Ethernet addresses remain unresolved.
</para>
<para>
The <command>copy</command> button will copy the list values to the
clipboard in CSV (Comma Seperated Values) format.
</para>
<tip><title>Tip!</title>
<para>
This window will be updated frequently, so it will be useful, even if
@ -437,11 +445,18 @@
</listitem>
</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.6 or higher (the
latest Windows versions comply with this requirement) and
Wireshark version 0.99.7 or higher.
<para>
The <command>save</command> 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.6 or higher (the latest
Windows versions comply with this requirement) and Wireshark version
0.99.7 or higher.
</para>
<para>
The <command>copy</command> button will copy values from selected
graphs to the clipboard in CSV (Comma Seperated Values) format.
The copy feature is only available in Wireshark version 0.99.8 or higher.
</para>
</para>
</section>