diff --git a/doc/ethereal.pod.template b/doc/ethereal.pod.template index a1852930bd..0e71687406 100644 --- a/doc/ethereal.pod.template +++ b/doc/ethereal.pod.template @@ -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 diff --git a/doc/tethereal.pod.template b/doc/tethereal.pod.template index 5f0fa7aace..71736beeb1 100644 --- a/doc/tethereal.pod.template +++ b/doc/tethereal.pod.template @@ -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] +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.