aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
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>