aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tshark.pod
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-08 16:25:13 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-08 16:25:13 +0000
commit36d3734dcbe9b5ce133d24b7cbe7ce5e9b632996 (patch)
treed1e4f856d2a4edd8dc9946c15b74c7993e5c4542 /doc/tshark.pod
parent87646b1126e69d0405fe0d22a80f4a36807d1a36 (diff)
From Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8906 :
This patch augments Wireshark's and tshark's augument usage reports (-? and -t?) and the Wireshark and tshark man pages to list all available timestamp options available for the -t option. svn path=/trunk/; revision=50445
Diffstat (limited to 'doc/tshark.pod')
-rw-r--r--doc/tshark.pod20
1 files changed, 13 insertions, 7 deletions
diff --git a/doc/tshark.pod b/doc/tshark.pod
index 3e7b0d15cd..6e3a81c281 100644
--- a/doc/tshark.pod
+++ b/doc/tshark.pod
@@ -39,7 +39,7 @@ S<[ B<-R> E<lt>Read filterE<gt> ]>
S<[ B<-Y> E<lt>displaY filterE<gt> ]>
S<[ B<-s> E<lt>capture snaplenE<gt> ]>
S<[ B<-S> E<lt>separatorE<gt> ]>
-S<[ B<-t> ad|a|r|d|dd|e ]>
+S<[ B<-t> a|ad|d|dd|e|r|u|ud ]>
S<[ B<-T> pdml|psml|ps|text|fields ]>
S<[ B<-v> ]>
S<[ B<-V> ]>
@@ -651,19 +651,16 @@ the default snapshot length is used if provided.
Set the line separator to be printed between packets.
-=item -t ad|a|r|d|dd|e
+=item -t a|ad|d|dd|e|r|u|ud
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
-
B<a> absolute: The absolute time is the actual time the packet was captured,
with no date displayed
-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<d> delta: The delta time is the time since the previous packet was
captured
@@ -673,6 +670,15 @@ previous displayed packet was captured
B<e> epoch: The time in seconds since epoch (Jan 1, 1970 00:00:00)
+B<r> relative: The relative time is the time elapsed between the first packet
+and the current packet
+
+B<u> UTC: The UTC time is the actual time the packet was captured,
+with no date displayed
+
+B<ud> UTC with date: The UTC date and time is the actual time and
+date the packet was captured
+
The default format is relative.
=item -T pdml|psml|ps|text|fields