aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/release-notes.asciidoc
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-07-12 17:14:19 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-07-12 17:14:19 +0000
commitcab1f9fc0cdbb9aee40f431cd2735f29dd146925 (patch)
treef3eae5c6c6d0409ffd6353d9eca1750610f5df21 /docbook/release-notes.asciidoc
parent605e212c4432cc75ae29a646afd18e547cc33927 (diff)
Allow -C <choplen> to be used more than once so it is now possible to chop bytes from both the beginning and end of a packet in a single step.
svn path=/trunk/; revision=50536
Diffstat (limited to 'docbook/release-notes.asciidoc')
-rw-r--r--docbook/release-notes.asciidoc19
1 files changed, 13 insertions, 6 deletions
diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc
index cfd17ba500..6bbee7c69b 100644
--- a/docbook/release-notes.asciidoc
+++ b/docbook/release-notes.asciidoc
@@ -22,12 +22,19 @@ The following bugs have been fixed:
The following features are new (or have been significantly updated)
since version 1.10:
-* Expert info is now filterable (if the dissector has been updated to support the new API).
-* The Windows installer now uninstalls the previous version of Wireshark silently.
-You can still run the uninstaller manually beforehand if you wish to run it interactively.
-* The "Number" column shows related packets and protocol conversation spans (Qt only).
-* When manipulating packets with editcap using the -C <choplen> and/or -s <snaplen> options,
- it is now possible to also adjust the original frame length using the -L option.
+* Expert info is now filterable (if the dissector has been updated to support
+ the new API).
+* The Windows installer now uninstalls the previous version of Wireshark
+ silently. You can still run the uninstaller manually beforehand if you wish
+ to run it interactively.
+* The "Number" column shows related packets and protocol conversation spans
+ (Qt only).
+* When manipulating packets with editcap using the -C <choplen> and/or
+ -s <snaplen> options, it is now possible to also adjust the original frame
+ length using the -L option.
+* You can now pass the -C <choplen> option to editcap multiple times, which
+ allows you to chop bytes from the beginning of a packet as well as at the end
+ of a packet in a single step.
=== New Protocol Support