diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-01-17 07:49:03 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-01-17 07:49:03 +0000 |
commit | 1108f9f609fc72e5059e04a896a292e91502d610 (patch) | |
tree | 2ecc44b1b5ff0aadc5ebc72de0077ed394f35dc6 /doc | |
parent | cfb98c14c400df86a9771145a427f7aea88079fe (diff) | |
download | wireshark-1108f9f609fc72e5059e04a896a292e91502d610.tar.gz wireshark-1108f9f609fc72e5059e04a896a292e91502d610.tar.bz2 wireshark-1108f9f609fc72e5059e04a896a292e91502d610.zip |
Add a "-x" flag to Tethereal, to make it print a hex and ASCII dump of
the packet data.
svn path=/trunk/; revision=1497
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tethereal.pod.template | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tethereal.pod.template b/doc/tethereal.pod.template index 5a2836b4f8..e7f0ac97e8 100644 --- a/doc/tethereal.pod.template +++ b/doc/tethereal.pod.template @@ -18,6 +18,7 @@ S<[ B<-t> time stamp format ]> S<[ B<-v> ]> S<[ B<-V> ]> S<[ B<-w> savefile]> +S<[ B<-x> ]> =head1 DESCRIPTION @@ -131,6 +132,11 @@ a one-line summary of the packet. Sets the default capture file name. +=item -x + +Causes B<Tethereal> to print a hex and ASCII dump of the packet data +after printing the summary or protocol tree. + =back =head1 CAPTURE FILTER SYNTAX |