aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ethereal.pod.template36
-rw-r--r--doc/tethereal.pod.template21
2 files changed, 57 insertions, 0 deletions
diff --git a/doc/ethereal.pod.template b/doc/ethereal.pod.template
index f9dd5edc08..128f1342ce 100644
--- a/doc/ethereal.pod.template
+++ b/doc/ethereal.pod.template
@@ -323,6 +323,28 @@ Collect call/reply RTT data for all known ONC-RPC programs/versions.
Data collected is number of calls for each protocol/version, MinRTT,
MaxRTT and AvgRTT.
+B<-z> smb,rtt[,I<filter>]
+
+Collect call/reply RTT data for SMB. Data collected
+is number of calls for each SMB command, MinRTT, MaxRTT and AvgRTT.
+Example: use B<-z smb,rtt>.
+
+The data will be presented as separate tables for all normal SMB commands,
+all Transaction2 commands and all NT Transaction commands.
+Only those commands that are seen in the capture will have its stats
+displayed.
+Only the first command in a xAndX command chain will be used in the
+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.
+
+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 "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 .
+
=back
=head1 INTERFACE
@@ -685,6 +707,20 @@ Display how the average packetsize from host a.b.c.d changes over time.
Set first graph to filter:ip.addr==a.b.c.d&&frame.pkt_len Calc:AVG frame.pkt_len
+=item Tools:Statistics:SMB:RTT
+
+Collect call/reply RTT data for SMB. Data collected
+is number of calls for each SMB command, MinRTT, MaxRTT and AvgRTT.
+
+The data will be presented as separate tables for all normal SMB commands,
+all Transaction2 commands and all NT Transaction commands.
+Only those commands that are seen in the capture will have its stats
+displayed.
+Only the first command in a xAndX command chain will be used in the
+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.
+
=head2 WINDOWS
diff --git a/doc/tethereal.pod.template b/doc/tethereal.pod.template
index b78a0a7763..eda93748ec 100644
--- a/doc/tethereal.pod.template
+++ b/doc/tethereal.pod.template
@@ -405,6 +405,27 @@ Data collected is number of calls for each protocol/version, MinRTT,
MaxRTT and AvgRTT.
This option can only be used once on the command line.
+B<-z> smb,rtt[,I<filter>]
+
+Collect call/reply RTT data for SMB. Data collected
+is number of calls for each SMB command, MinRTT, MaxRTT and AvgRTT.
+Example: use B<-z smb,rtt>.
+The data will be presented as separate tables for all normal SMB commands,
+all Transaction2 commands and all NT Transaction commands.
+Only those commands that are seen in the capture will have its stats
+displayed.
+Only the first command in a xAndX command chain will be used in the
+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.
+
+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 "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 .
+
=back