diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2006-01-12 01:31:22 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2006-01-12 01:31:22 +0000 |
commit | 23a594c07066a9409dea09675d7624ffcbba594a (patch) | |
tree | 40ad8c8d56f37abcedd730379d89355dff1873ad /doc | |
parent | a556628ece73d7a5c260e4240f7bf770e19a7ee8 (diff) | |
download | wireshark-23a594c07066a9409dea09675d7624ffcbba594a.tar.gz wireshark-23a594c07066a9409dea09675d7624ffcbba594a.tar.bz2 wireshark-23a594c07066a9409dea09675d7624ffcbba594a.zip |
minor changes
svn path=/trunk/; revision=17013
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ethereal.pod | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/ethereal.pod b/doc/ethereal.pod index d0665386e2..b801e5c8be 100644 --- a/doc/ethereal.pod +++ b/doc/ethereal.pod @@ -1,7 +1,7 @@ =head1 NAME -ethereal - Interactively browse network traffic +ethereal - Interactively dump and analyze network traffic =head1 SYNOPSYS @@ -28,7 +28,7 @@ S<[ B<-r> E<lt>infileE<gt> ]> S<[ B<-R> E<lt>read (display) filterE<gt> ]> S<[ B<-S> ]> S<[ B<-s> E<lt>capture snaplenE<gt> ]> -S<[ B<-t> E<lt>time stamp formatE<gt> ]> +S<[ B<-t> ad|a|r|d ]> S<[ B<-v> ]> S<[ B<-w> E<lt>outfileE<gt> ]> S<[ B<-y> E<lt>capture link typeE<gt> ]> @@ -374,19 +374,19 @@ Set the default snapshot length to use when capturing live data. No more than I<snaplen> bytes of each network packet will be read into memory, or saved to disk. -=item -t E<lt>time stamp formatE<gt> +=item -t ad|a|r|d Set the format of the packet timestamp displayed in the packet list window, the default is relative. The format can be one of: -B<r> relative: The relative time is the time elapsed between the first packet -and the current packet +B<ad> absolute with date: The absolute date and time is the actual time and +date the packet was captured B<a> absolute: The absolute time is the actual time the packet was captured, with no date displayed -B<ad> absolute with date: The absolute date and time is the actual time and -date the packet was captured +B<r> relative: The relative time is the time elapsed between the first packet +and the current packet B<d> delta: The delta time is the time since the previous packet was captured |