aboutsummaryrefslogtreecommitdiffstats
path: root/doc/wireshark.pod
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2007-03-23 18:08:17 +0000
committerStephen Fisher <steve@stephen-fisher.com>2007-03-23 18:08:17 +0000
commit6d8d2854c8cf998605e041987610986d09375c6a (patch)
tree49c7db39b4c44d02429daa16149f2ba63678af4e /doc/wireshark.pod
parent62f88a4a04d8e300ff108f6164e9016e8cdcc9c3 (diff)
From Sake Blok:
Fix for bug #491: Unexpected frame.time_delta behavior This patch ... fixes bug 491. It does this by changing the behaviour of the frame.time_delta field so it reflects the delta time between captured packets (tshark already did this). To keep the delta time between displayed packets, the field frame.time_delta_displayed is created. svn path=/trunk/; revision=21154
Diffstat (limited to 'doc/wireshark.pod')
-rw-r--r--doc/wireshark.pod7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/wireshark.pod b/doc/wireshark.pod
index 4f8aacb3ea..40f85117ab 100644
--- a/doc/wireshark.pod
+++ b/doc/wireshark.pod
@@ -30,7 +30,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> ad|a|r|d|e ]>
+S<[ B<-t> ad|a|r|d|dd|e ]>
S<[ B<-v> ]>
S<[ B<-w> E<lt>outfileE<gt> ]>
S<[ B<-y> E<lt>capture link typeE<gt> ]>
@@ -390,7 +390,7 @@ 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 ad|a|r|d|e
+=item -t ad|a|r|d|dd|e
Set the format of the packet timestamp displayed in the packet list
window, the default is relative. The format can be one of:
@@ -407,6 +407,9 @@ and the current packet
B<d> delta: The delta time is the time since the previous packet was
captured
+B<dd> delta_displayed: The delta_displayed time is the time since the
+previous displayed packet was captured
+
B<e> epoch: The time in seconds since epoch (Jan 1, 1970 00:00:00)
=item -v