aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tshark.pod
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2009-07-13 23:35:26 +0000
committerGuy Harris <guy@alum.mit.edu>2009-07-13 23:35:26 +0000
commit5e7b2ff6bdda76207749f12097ceb423fd74f732 (patch)
tree419d8964ef216e6c7cb54c90f01d201f922254cc /doc/tshark.pod
parent95a687320f1fd2d8ecda96fe3cf3ce8956e9da13 (diff)
Fix one place where we didn't mention "-t dd".
Put the description of the default time format after the description of all the time formats, i.e. say "the default is relative" after we say what "relative" is. svn path=/trunk/; revision=29089
Diffstat (limited to 'doc/tshark.pod')
-rw-r--r--doc/tshark.pod8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index fc3807bc96..a37a74f49e 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -410,10 +410,10 @@ memory, or saved to disk. A value of 0 specifies a snapshot length of
Decode and display packets even while writing raw packet data using the
B<-w> option.
-=item -t ad|a|r|d|e
+=item -t ad|a|r|d|dd|e
-Set the format of the packet timestamp printed in summary lines, the default
-is relative. The format can be one of:
+Set the format of the packet timestamp printed in summary lines.
+The format can be one of:
B<ad> absolute with date: The absolute date and time is the actual time and
date the packet was captured
@@ -432,6 +432,8 @@ previous displayed packet was captured
B<e> epoch: The time in seconds since epoch (Jan 1, 1970 00:00:00)
+The default format is relative.
+
=item -T pdml|psml|ps|text|fields
Set the format of the output when viewing decoded packet data. The