aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-06-21 22:54:06 +0000
committerGerald Combs <gerald@wireshark.org>2007-06-21 22:54:06 +0000
commit0c13cf0065baef201c19d967d3473b03c27e3d6b (patch)
tree053729b0688b054a59cc76b8d77bfbe06ded982b /docbook
parent6f8bc99620b544ac8901c632b5e8caeb907838cf (diff)
Expand the new/added features section.
svn path=/trunk/; revision=22158
Diffstat (limited to 'docbook')
-rw-r--r--docbook/release-notes.xml46
1 files changed, 38 insertions, 8 deletions
diff --git a/docbook/release-notes.xml b/docbook/release-notes.xml
index ae28dbd0fc..37e8c0ec3d 100644
--- a/docbook/release-notes.xml
+++ b/docbook/release-notes.xml
@@ -153,6 +153,15 @@ Wireshark Info
Windows.
</para></listitem>
+ <listitem><para>
+ The <code>frame.time_delta</code> display filter now works as
+ expected, matching the delta time between the current and previous
+ <strong>captured</strong> packet. A new filter,
+ <code>frame.time_delta_displayed</code>,
+ matches the delta time between the current and previous
+ <strong>displayed</strong> frame.
+ </para></listitem>
+
</itemizedlist>
</para>
@@ -163,15 +172,36 @@ Wireshark Info
The following features are new (or have been significantly updated)
since the last release:
- <!--
- - HTTP object export
- - Delta times
- - Code cleanup
- - Display filter macros
- - Upper and lower filters
- - Columns
- -->
+ <itemizedlist>
+
+ <listitem><para>
+ You no longer have to restart Wireshark after changing column
+ preferences.
+ </para></listitem>
+
+ <listitem><para>
+ You can now export HTTP objects via File&rarr;Export&rarr;Objects&rarr;HTML.
+ </para></listitem>
+ <listitem><para>
+ Wireshark now supports display filter macros
+ </para></listitem>
+
+ <listitem><para>
+ <ulink url="http://www.wireshark.org/docs/wsug_html_chunked/ChDisplayFilterMacrosSection.html">Display
+ filter macros</ulink> are now supported.
+ </para></listitem>
+
+ <listitem><para>
+ You can now match upper- and lower-case text with the <code>contains</code> operator, e.g. <code>upper(http.request.method) contains "GET"</code>.
+ </para></listitem>
+
+ <listitem><para>
+ A great deal of code has been cleaned up, including fixing many
+ compiler errors.
+ </para></listitem>
+
+ </itemizedlist>
</para>
</section>