aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-28 00:31:17 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-28 00:31:17 +0000
commit1c5ed66f454ec80764b8cb43a332da963bfa1363 (patch)
treefadfaabcbe08b7f1995b2386a615c02dcd4dfbcc /doc
parenta1f7d525b7c6fdc0192577b7af6edb6c8b8bd1ab (diff)
From Lars Roland: H.225 message and reason tag counter taps.
svn path=/trunk/; revision=8794
Diffstat (limited to 'doc')
-rw-r--r--doc/ethereal.pod29
-rw-r--r--doc/tethereal.pod16
2 files changed, 45 insertions, 0 deletions
diff --git a/doc/ethereal.pod b/doc/ethereal.pod
index ffb2a1222b..ed908dbc36 100644
--- a/doc/ethereal.pod
+++ b/doc/ethereal.pod
@@ -405,6 +405,22 @@ of frames.
These tables can also be generated at runtime by selecting the appropriate
conversation type from the menu "Tools/Statistics/Conversation List/".
+B<-z> h225,counter[I<,filter>]
+
+Count ITU-T H.225 messages and their reasons. In the first column you get a
+list of H.225 messages and H.225 message reasons, which occur in the current
+capture file. The number of occurences of each message or reason is displayed
+in the second column.
+
+Example: use B<-z h225,counter>.
+
+This option can be used multiple times on the command line.
+
+If the optional filterstring is provided, the stats will only be calculated
+on those calls that match that filter.
+Example: use B<-z "h225,counter,ip.addr==1.2.3.4"> to only collect stats for
+H.225 packets exchanged by the host at IP address 1.2.3.4 .
+
=back
=head1 INTERFACE
@@ -1024,6 +1040,19 @@ You can apply an optional filter string in a dialog box, before starting
the calculation. The statistics will only be calculated
on those calls matching that filter.
+=item Tools:Statistics:Watch protocol:ITU-T H.225
+
+Count ITU-T H.225 messages and their reasons. In the first column you get a
+list of H.225 messages and H.225 message reasons, which occur in the current
+capture file. The number of occurences of each message or reason will be displayed
+in the second column.
+This window opened will update in semi-real time to reflect changes when
+doing live captures or when reading new capture files into B<Ethereal>.
+
+You can apply an optional filter string in a dialog box, before starting
+the counter. The statistics will only be calculated
+on those calls matching that filter.
+
=back
=head2 WINDOWS
diff --git a/doc/tethereal.pod b/doc/tethereal.pod
index 1010569152..1e20fa8c8f 100644
--- a/doc/tethereal.pod
+++ b/doc/tethereal.pod
@@ -584,6 +584,22 @@ on those calls that match that filter.
Example: use B<-z "mgcp,rtd,ip.addr==1.2.3.4"> to only collect stats for
MGCP packets exchanged by the host at IP address 1.2.3.4 .
+B<-z> h225,counter[I<,filter>]
+
+Count ITU-T H.225 messages and their reasons. In the first column you get a
+list of H.225 messages and H.225 message reasons, which occur in the current
+capture file. The number of occurences of each message or reason is displayed
+in the second column.
+
+Example: use B<-z h225,counter>.
+
+This option can be used multiple times on the command line.
+
+If the optional filterstring is provided, the stats will only be calculated
+on those calls that match that filter.
+Example: use B<-z "h225,counter,ip.addr==1.2.3.4"> to only collect stats for
+H.225 packets exchanged by the host at IP address 1.2.3.4 .
+
=back
=head1 CAPTURE FILTER SYNTAX