summaryrefslogtreecommitdiff
path: root/docbook
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-06-02 00:30:25 +0000
committerGerald Combs <gerald@wireshark.org>2010-06-02 00:30:25 +0000
commit07354a18c10dfb6de9f9cf83ff6d4248eee31fb5 (patch)
tree44ac58e7d86913bb3cccf6dfd9019f87f46696ea /docbook
parentf194916d6236b0b660c43205bbd0963f21d95d7e (diff)
downloadwireshark-07354a18c10dfb6de9f9cf83ff6d4248eee31fb5.tar.gz
From Jim Young via bug 4331:
This patch adds a new '-S' option to editcap that will rewrite timestamps of packets to insure that the new capture file is in strict chronological order. This option's primary use case is to fixup the occasional timestamps that have a negative delta time relative to previous packet. This feature is related to (but does not depend on) capinfos enhancement submitted in bug #4315 which helps identify tracefiles with "out-of-order" packets. svn path=/trunk/; revision=33042
Diffstat (limited to 'docbook')
-rw-r--r--docbook/release-notes.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docbook/release-notes.xml b/docbook/release-notes.xml
index 62cc6af4b2..ccba280ecd 100644
--- a/docbook/release-notes.xml
+++ b/docbook/release-notes.xml
@@ -137,7 +137,8 @@ Wireshark Info
<listitem>
<para>
- Capinfos now checks the time order of capture files.
+ Capinfos and editcap now respectively support time order checking
+ and forcing.
</para>
</listitem>