From 36d3734dcbe9b5ce133d24b7cbe7ce5e9b632996 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Mon, 8 Jul 2013 16:25:13 +0000 Subject: 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 --- doc/tshark.pod | 20 +++++++++++++------- doc/wireshark.pod.template | 20 +++++++++++++------- 2 files changed, 26 insertions(+), 14 deletions(-) (limited to 'doc') 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> ERead filterE ]> S<[ B<-Y> EdisplaY filterE ]> S<[ B<-s> Ecapture snaplenE ]> S<[ B<-S> EseparatorE ]> -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 absolute with date: The absolute date and time is the actual time and -date the packet was captured - B absolute: The absolute time is the actual time the packet was captured, with no date displayed -B relative: The relative time is the time elapsed between the first packet -and the current packet +B absolute with date: The absolute date and time is the actual time and +date the packet was captured B delta: The delta time is the time since the previous packet was captured @@ -673,6 +670,15 @@ previous displayed packet was captured B epoch: The time in seconds since epoch (Jan 1, 1970 00:00:00) +B relative: The relative time is the time elapsed between the first packet +and the current packet + +B UTC: The UTC time is the actual time the packet was captured, +with no date displayed + +B 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 diff --git a/doc/wireshark.pod.template b/doc/wireshark.pod.template index 285d1e5142..a0f8f47354 100644 --- a/doc/wireshark.pod.template +++ b/doc/wireshark.pod.template @@ -40,7 +40,7 @@ S<[ B<-r> EinfileE ]> S<[ B<-R> Eread (display) filterE ]> S<[ B<-s> Ecapture snaplenE ]> S<[ B<-S> ]> -S<[ B<-t> ad|a|r|d|dd|e ]> +S<[ B<-t> a|ad|d|dd|e|r|u|ud ]> S<[ B<-v> ]> S<[ B<-w> EoutfileE ]> S<[ B<-X> EeXtension optionE ]> @@ -547,19 +547,16 @@ the default snapshot length is used if provided. Automatically update the packet display as packets are coming in. -=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 displayed in the packet list window. The format can be one of: -B absolute with date: The absolute date and time is the actual time and -date the packet was captured - B absolute: The absolute time is the actual time the packet was captured, with no date displayed -B relative: The relative time is the time elapsed between the first packet -and the current packet +B absolute with date: The absolute date and time is the actual time and +date the packet was captured B delta: The delta time is the time since the previous packet was captured @@ -569,6 +566,15 @@ previous displayed packet was captured B epoch: The time in seconds since epoch (Jan 1, 1970 00:00:00) +B relative: The relative time is the time elapsed between the first packet +and the current packet + +B UTC: The UTC time is the actual time the packet was captured, +with no date displayed + +B UTC with date: The UTC date and time is the actual time and +date the packet was captured + The default format is relative. =item -v -- cgit v1.2.3