aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2007-03-23 18:08:17 +0000
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2007-03-23 18:08:17 +0000
commitee2cc676a11553dc899953a0a074b07ba3812f3c (patch)
tree49c7db39b4c44d02429daa16149f2ba63678af4e /docbook
parent4a0cba066a6021188a8c8c3b8b00d5b6e3ae67fc (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21154 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsug_src/WSUG_chapter_use.xml18
-rw-r--r--docbook/wsug_src/WSUG_chapter_work.xml7
2 files changed, 19 insertions, 6 deletions
diff --git a/docbook/wsug_src/WSUG_chapter_use.xml b/docbook/wsug_src/WSUG_chapter_use.xml
index 6067017b04..f4118cc7dc 100644
--- a/docbook/wsug_src/WSUG_chapter_use.xml
+++ b/docbook/wsug_src/WSUG_chapter_use.xml
@@ -792,8 +792,9 @@
<note><title>Note!</title>
<para>
The fields "Time of Day", "Date and Time of
- Day", "Seconds Since Beginning of Capture" and "Seconds Since
- Previous Packet" are mutually exclusive.
+ Day", "Seconds Since Beginning of Capture", "Seconds Since
+ Previous Captured Packet" and "Seconds Since Previous
+ Displayed Packet" are mutually exclusive.
</para>
</note>
</para></entry>
@@ -817,11 +818,20 @@
</para></entry>
</row>
<row>
- <entry><command>Time Display Format > Seconds Since Previous Packet: 1.123456</command></entry>
+ <entry><command>Time Display Format > Seconds Since Previous Captured Packet: 1.123456</command></entry>
<entry></entry>
<entry><para>
Selecting this tells Wireshark to display time stamps in
- seconds since previous packet format, see
+ seconds since previous captured packet format, see
+ <xref linkend="ChWorkTimeFormatsSection"/>.
+ </para></entry>
+ </row>
+ <row>
+ <entry><command>Time Display Format > Seconds Since Previous Displayed Packet: 1.123456</command></entry>
+ <entry></entry>
+ <entry><para>
+ Selecting this tells Wireshark to display time stamps in
+ seconds since previous displayed packet format, see
<xref linkend="ChWorkTimeFormatsSection"/>.
</para></entry>
</row>
diff --git a/docbook/wsug_src/WSUG_chapter_work.xml b/docbook/wsug_src/WSUG_chapter_work.xml
index 10f1505ec3..493637263e 100644
--- a/docbook/wsug_src/WSUG_chapter_work.xml
+++ b/docbook/wsug_src/WSUG_chapter_work.xml
@@ -1406,8 +1406,11 @@ eth.src[1-2] == 00:83
"Time Reference" before this packet (see <xref
linkend="ChWorkTimeReferencePacketSection"/>).</para>
</listitem>
- <listitem><para><command>Seconds Since Previous Packet: 1.123456</command>
- The time relative to the previous packet.</para>
+ <listitem><para><command>Seconds Since Previous Captured Packet: 1.123456</command>
+ The time relative to the previous captured packet.</para>
+ </listitem>
+ <listitem><para><command>Seconds Since Previous Displayed Packet: 1.123456</command>
+ The time relative to the previous displayed packet.</para>
</listitem>
</itemizedlist>
</para>