summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-01-12 00:10:46 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-01-12 00:10:46 +0000
commit9bd96f6cba8686cfa4e3fae366e1f9cdf80a26d0 (patch)
tree8e60bb7487f145fdeae9145726963f7fe0fcca65 /doc
parent0ce310bd86df5a6c2c3fd9db3b180671130f3385 (diff)
downloadwireshark-9bd96f6cba8686cfa4e3fae366e1f9cdf80a26d0.tar.gz
fix sequence of time stamp ordering: from most to least information content
svn path=/trunk/; revision=17010
Diffstat (limited to 'doc')
-rw-r--r--doc/tethereal.pod14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/tethereal.pod b/doc/tethereal.pod
index a77ce688cb..dbf4c8fc3e 100644
--- a/doc/tethereal.pod
+++ b/doc/tethereal.pod
@@ -27,7 +27,7 @@ S<[ B<-r> E<lt>infileE<gt> ]>
S<[ B<-R> E<lt>read (display) filterE<gt> ]>
S<[ B<-s> E<lt>capture snaplenE<gt> ]>
S<[ B<-S> ]>
-S<[ B<-t> r|a|ad|d ]>
+S<[ B<-t> ad|a|r|d ]>
S<[ B<-T> pdml|psml|ps|text ]>
S<[ B<-v> ]>
S<[ B<-V> ]>
@@ -289,7 +289,7 @@ B<t> to enable transport-layer port number resolution
B<C> to enable concurrent (asynchronous) DNS lookups
-=item -o E<lt>preference settingE<gt>
+=item -o E<lt>preferenceE<gt>:E<lt>valueE<gt>
Set a preference value, overriding the default value and any value read
from a preference file. The argument to the option is a string of the
@@ -346,19 +346,19 @@ memory, or saved to disk.
Decode and display packets even while writing raw packet data using the
B<-w> option.
-=item -t r|a|ad|d
+=item -t ad|a|r|d
Set the format of the packet timestamp printed in summary lines, 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