aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tethereal.pod.template
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-06-09 10:08:05 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-06-09 10:08:05 +0000
commit1630411d4061ebc9580a07655c0db4228679245a (patch)
tree7b816d616ed22e28420b31a61c2593d37c3d0236 /doc/tethereal.pod.template
parentecf87b705c2ffcf36a7c745958a72b25906ed3d4 (diff)
SID name mappings can now be presented in a table by tethereal
using the -z smb,sids command argument. svn path=/trunk/; revision=7816
Diffstat (limited to 'doc/tethereal.pod.template')
-rw-r--r--doc/tethereal.pod.template14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/tethereal.pod.template b/doc/tethereal.pod.template
index edabf4a055..088f993763 100644
--- a/doc/tethereal.pod.template
+++ b/doc/tethereal.pod.template
@@ -539,6 +539,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> smb,sids
+
+When this feature is used tethereal will print a report with all the discovered
+SID and account name mappings.
+Only those SIDs where the account name is known will be presented in the
+table.
+
+For this feature to work you will need to either to enable "Edit/Preferences/Protocols/SMB/Snoop SID to name mappings" in the preferences or
+you can override the preferences by specifying -o "smb.sid_name_snooping:TRUE"
+on the tethereal command line.
+
+The current methods used by tethereal to find the SID->name mapping is
+relatively restricted but is hoped to be expanded in the future.
+
B<-z> mgcp,rtd[I<,filter>]
Collect requests/response RTD (Response Time Delay) data for MGCP.