aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tshark.pod
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2009-12-11 02:31:47 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2009-12-11 02:31:47 +0000
commitf81d1872bb288a36c8dbab1efa8efa72200791f8 (patch)
treebed8f3a32da02be29482fcbb2be69901a3f7b879 /doc/tshark.pod
parentd591185d4ec2b9b7ccd4a5620676638e538fe1ed (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31233 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'doc/tshark.pod')
-rw-r--r--doc/tshark.pod24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index 2cd26e3762..956cf14efd 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -532,8 +532,8 @@ Example: S<B<-z dcerpc,rtt,12345778-1234-abcd-ef00-0123456789ac,1.0>> will colle
If the optional I<filter> is provided, the stats will only be calculated
on those calls that match that filter.
-Example: S<B<-z dcerpc,rtt,12345778-1234-abcd-ef00-0123456789ac,1.0,ip.addr==1.2.3.4>> willcollect SAMR
-RTT statistics for a specific host.
+Example: S<B<-z dcerpc,rtt,12345778-1234-abcd-ef00-0123456789ac,1.0,ip.addr==1.2.3.4>>
+will collect SAMR RTT statistics for a specific host.
This option can be used multiple times on the command line.
@@ -618,27 +618,27 @@ time and average response time.
=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 which type of conversation we want to generate the
-statistics for; currently the supported ones are
+Create a table that lists all conversations that could be seen in the
+capture. I<type> specifies the conversation endpoint types for which we
+want to generate the statistics; currently the supported ones are:
- "eth" Ethernet
- "fc" Fibre Channel
- "fddi" FDDI
+ "eth" Ethernet addresses
+ "fc" Fibre Channel addresses
+ "fddi" FDDI addresses
"ip" IPv4 addresses
"ipv6" IPv6 addresses
"ipx" IPX addresses
"tcp" TCP/IP socket pairs Both IPv4 and IPv6 are supported
- "tr" Token Ring
+ "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
-number of packets/bytes in each direction as well as total number of
-packets/bytes.
-The table is sorted according to total number of bytes.
+the number of packets/bytes in each direction as well as the total
+number of packets/bytes. The table is sorted according to the total
+number of bytes.
=item B<-z> proto,colinfo,I<filter>,I<field>