From Lars Roland: document the "mgcp,rtd" tap for Ethereal, and improve

the documentation for that tap for Tethereal.

svn path=/trunk/; revision=7587
This commit is contained in:
Guy Harris 2003-04-27 21:52:24 +00:00
parent 03446b0756
commit 6c5fa1820b
2 changed files with 35 additions and 6 deletions

View File

@ -345,6 +345,20 @@ on those calls that match that filter.
Example: use B<-z "smb,rtt,ip.addr==1.2.3.4"> to only collect stats for
SMB packets echanged by the host at IP address 1.2.3.4 .
B<-z> mgcp,rtd[I<,filter>]
Collect requests/response RTD (Response Time Delay) data for MGCP.
This is similar to B<-z smb,rtt>). Data collected is number of calls
for each known MGCP Type, MinRTD, MaxRTD and AvgRTD.
Example: use B<-z mgcp,rtd>.
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 "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 .
=back
=head1 INTERFACE
@ -712,6 +726,20 @@ calculation. So for common SessionSetupAndX + TreeConnectAndX chains,
only the SessionSetupAndX call will be used in the statistics.
This is a flaw that might be fixed in the future.
You can apply an optional filter string in a dialog box, before starting
the calculation. The stats will only be calculated
on those calls matching that filter.
=item Tools:Statistics:MGCP:RTD
Collect requests/response RTD (Response Time Delay) data for MGCP.
Data collected is number of calls for each known MGCP Type,
MinRTD, MaxRTD and AvgRTD. The data will be presented in a table.
You can apply an optional filter string in a dialog box, before starting
the calculation. The stats will only be calculated
on those calls matching that filter.
=back
=head2 WINDOWS

View File

@ -501,14 +501,15 @@ on those calls that match that filter.
Example: use B<-z "smb,rtt,ip.addr==1.2.3.4"> to only collect stats for
SMB packets echanged by the host at IP address 1.2.3.4 .
B<-z> mgcp,rtd,[I<filter>]
B<-z> mgcp,rtd[I<,filter>]
Collect requests/response RTD (Response Time Delay) data for MGCP.
This is similar to B<-z smb,rtt>). You get the number of duplicate
requests/responses, unresponded requests, responses ,which don't match with
any request, and in a seperate line the number of responded requests,
Minimum RTD, Maximum RTD and Average RTD.
Example: use B<-z mgcp,rtd,>.
This is similar to B<-z smb,rtt>). Data collected is number of calls
for each known MGCP Type, MinRTD, MaxRTD and AvgRTD.
Additionally you get the number of duplicate requests/responses,
unresponded requests, responses ,which don't match with
any request.
Example: use B<-z mgcp,rtd>.
This option can be used multiple times on the command line.