aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2011-01-13 08:35:29 +0000
committerSake Blok <sake@euronet.nl>2011-01-13 08:35:29 +0000
commit72873499896849d0e169c5297764662834424f6a (patch)
tree1219ba2cc4eaba5dd74bb2cbf02456916144fb7b
parent0a95691b3d26db771882bad5384bb2a3269c8eb7 (diff)
Added a couple of my new features
svn path=/trunk/; revision=35514
-rw-r--r--docbook/release-notes.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/docbook/release-notes.xml b/docbook/release-notes.xml
index a91078e3e5..bc353d2bb7 100644
--- a/docbook/release-notes.xml
+++ b/docbook/release-notes.xml
@@ -69,6 +69,12 @@ Wireshark Info
<listitem>
<para>
+ TShark can show a specific occurrence of a field when using '-T fields'.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Custom columns can show a specific occurrence of a field.
</para>
</listitem>
@@ -98,6 +104,13 @@ Wireshark Info
</para>
</listitem>
+
+ <listitem>
+ <para>
+ Dumpcap can now save files with a user-specified group id.
+ </para>
+ </listitem>
+
<listitem>
<para>
Syntax checking is done for capture filters.
@@ -113,10 +126,23 @@ Wireshark Info
<listitem>
<para>
+ You can now navigate backwards and forwards through TCP and UDP
+ sessions.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Packet length is (finally) a default column.
</para>
</listitem>
+ <listitem>
+ <para>
+ TCP window size is now avaiable both scaled and unscaled.
+ </para>
+ </listitem>
+
</itemizedlist>
</para>