aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tethereal.pod
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-07-08 21:02:18 +0000
committerGuy Harris <guy@alum.mit.edu>2004-07-08 21:02:18 +0000
commitb50a28ec89e6c355d8775e2ee5c74d15557e97e2 (patch)
treee3552580fb58a2aeb4d0a4982e83b5cf3ca4ff75 /doc/tethereal.pod
parent4556f3b88ef8a794e2f99864b9fb2612262f0e51 (diff)
"Frame" -> "Packet", as per UI and Ethereal man page changes.
svn path=/trunk/; revision=11345
Diffstat (limited to 'doc/tethereal.pod')
-rw-r--r--doc/tethereal.pod24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/tethereal.pod b/doc/tethereal.pod
index d1244b4ada..87ae0477b3 100644
--- a/doc/tethereal.pod
+++ b/doc/tethereal.pod
@@ -537,8 +537,8 @@ RTT statistics for a specific host.
B<-z> io,phs[,I<filter>]
-Create Protocol Hierarchy Statistics listing both number of frames and bytes.
-If no I<filter> is specified the statistics will be calculated for all frames.
+Create Protocol Hierarchy Statistics listing both number of packets and bytes.
+If no I<filter> is specified the statistics will be calculated for all packets.
If a I<filters> is specified statistics will be only calculated for those
packets that match the filter.
@@ -547,11 +547,11 @@ This option can be used multiple times on the command line.
B<-z> io,stat,I<interval>[,I<filter>][,I<filter>][,I<filter>]...
-Collect frame/bytes statistics for the capture in intervals of I<interval>
-seconds. I<Intervals> can be specified either as whole or fractional seconds.
-Interval can be specified in ms resolution.
+Collect packet/bytes statistics for the capture in intervals of
+I<interval> seconds. I<Intervals> can be specified either as whole or
+fractional seconds. Interval can be specified in ms resolution.
-If no I<filter> is specified the statistics will be calculated for all frames.
+If no I<filter> is specified the statistics will be calculated for all packets.
If one or more I<filters> are specified statistics will be calculated for
all filters and presented with one column of statistics for each filter.
@@ -562,10 +562,10 @@ Example: B<-z io,stat,1,ip.addr==1.2.3.4> to generate 1 second
statistics for all traffic to/from host 1.2.3.4.
Example: B<-z "io,stat,0.001,smb&&ip.addr==1.2.3.4"> to generate 1ms
-statistics for all SMB frames to/from host 1.2.3.4.
+statistics for all SMB packets to/from host 1.2.3.4.
The examples above all use the standard syntax for generating statistics
-which only calculates the number of frames and bytes in each interval.
+which only calculates the number of packets and bytes in each interval.
B<io,stat> can also do much more statistics and calculate COUNT(), SUM(),
MIN(), MAX(), and AVG() using a slightly different filter syntax:
@@ -593,7 +593,7 @@ SUM(<field>) can only be used on named fields of integer type.
This will sum together every occurence of this fields value for each interval.
Example: B<-z io,stat,0.010,SUM(frame.pkt_len)frame.pkt_len>
-This will report the total number of bytes seen in all the frames within
+This will report the total number of bytes seen in all the packets within
an interval.
MIN/MAX/AVG(<field>) can only be used on named fields that are either
@@ -607,7 +607,7 @@ Example: B<-z "io,stat,0.010,smb.time&&ip.addr==1.1.1.1,MIN(smb.time)smb.time&&
This will calculate statistics for all smb response times we see to/from
host 1.1.1.1 in 10ms intervals. The output will be displayed in 4
-columns; number of frames/bytes, minimum response time, maximum response
+columns; number of packets/bytes, minimum response time, maximum response
time and average response time.
@@ -631,8 +631,8 @@ If the optional filter string 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 frames/bytes in each direction as well as total number of
-frames/bytes.
+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.