aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/release-notes.asciidoc
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-09-08 20:29:26 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-09-08 20:29:26 +0000
commit54adc0d2ffe70561ffbe8b38a4bc36e33ef9ae0d (patch)
treeb070446f39b89c3ee0b3645f8222799560fd08cd /docbook/release-notes.asciidoc
parent1b009df7495d3bd20aa09d7691855d927d96a87d (diff)
Allow an optional offset to be specified when chopping bytes from packets.
svn path=/trunk/; revision=51845
Diffstat (limited to 'docbook/release-notes.asciidoc')
-rw-r--r--docbook/release-notes.asciidoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc
index 2bb33014c9..d93b2650ca 100644
--- a/docbook/release-notes.asciidoc
+++ b/docbook/release-notes.asciidoc
@@ -35,6 +35,9 @@ since version 1.10:
* 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.
+* You can now specify an optional offset to the -C option for editcap, which
+ allows you to start chopping from that offset instead of from the absolute
+ packet beginning or end.
=== New Protocol Support