aboutsummaryrefslogtreecommitdiffstats
path: root/doc/wireshark.pod.template
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2009-12-11 02:31:47 +0000
committerGuy Harris <guy@alum.mit.edu>2009-12-11 02:31:47 +0000
commit0d337768a7f6c9664dd8cf04d401fbadf25bd161 (patch)
treebed8f3a32da02be29482fcbb2be69901a3f7b879 /doc/wireshark.pod.template
parentc6a5eacc1b57ef336d478d5e77ab61fdd401545d (diff)
Split "willcollect" into its two component words.
Document "-z conv,ipv6" for Wireshark. Rewrite the descriptions of the "-z conv,{type}" options a bit. svn path=/trunk/; revision=31233
Diffstat (limited to 'doc/wireshark.pod.template')
-rw-r--r--doc/wireshark.pod.template17
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/wireshark.pod.template b/doc/wireshark.pod.template
index 98193f910d..f6c6b436f6 100644
--- a/doc/wireshark.pod.template
+++ b/doc/wireshark.pod.template
@@ -683,25 +683,26 @@ MEGACO packets exchanged by the host at IP address 1.2.3.4 .
=item B<-z> conv,I<type>[,I<filter>]
Create a table that lists all conversations that could be seen in the
-capture. I<type> specifies for which type of conversation we want to
-generate the statistics; currently the supported ones are:
+capture. I<type> specifies the conversation endpoint types for which we
+want to generate the statistics; currently the supported ones are:
- "eth" Ethernet
+ "eth" Ethernet addresses
"fc" Fibre Channel addresses
"fddi" FDDI addresses
- "ip" IP addresses
+ "ip" IPv4 addresses
+ "ipv6" IPv6 addresses
"ipx" IPX addresses
"tcp" TCP/IP socket pairs Both IPv4 and IPv6 are supported
- "tr" TokenRing
+ "tr" Token Ring addresses
"udp" UDP/IP socket pairs Both IPv4 and IPv6 are supported
If the optional I<filter> is specified, only those packets that match the
filter will be used in the calculations.
The table is presented with one line for each conversation and displays
-the number of packets/bytes in each direction as well as total number of
-packets/bytes. By default, the table is sorted according to total number
-of packets.
+the number of packets/bytes in each direction as well as the total
+number of packets/bytes. By default, the table is sorted according to
+the total number of packets.
These tables can also be generated at runtime by selecting the appropriate
conversation type from the menu "Tools/Statistics/Conversation List/".