aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/release-notes.xml
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2007-06-14 22:09:14 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2007-06-14 22:09:14 +0000
commite3e36f31ce210779500ad63c85c5d9e8424abb2c (patch)
treec090e324bc4834ba655dcc92e79b281d8636066a /docbook/release-notes.xml
parent5ff810e0bb96a751c49736c44b92e1f65e532b14 (diff)
The 802.11 dissector calculates the header size, so pass that value to
the WEP/WPA decryption code instead of re-calculating it. Fixes bug 1639. Remove fcsPresent, radiotapPresent, and associated code from airpdcap.c since they were always FALSE. Glib-ize some data types. Fixup white space. Update the release notes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22104 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'docbook/release-notes.xml')
-rw-r--r--docbook/release-notes.xml17
1 files changed, 16 insertions, 1 deletions
diff --git a/docbook/release-notes.xml b/docbook/release-notes.xml
index 5f182f4c1e..709162e8b0 100644
--- a/docbook/release-notes.xml
+++ b/docbook/release-notes.xml
@@ -99,6 +99,19 @@ Wireshark Info
</para>
</listitem>
+ <listitem>
+ <para>
+ Wireshark could loop excessively while reading a malformed MMS
+ packet.
+ <!-- Fixed in r21392 -->
+ (Bug <ulink url="http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1382">1382</ulink>)
+ </para>
+ <para>Versions affected: ?</para>
+ <para>
+ <!-- <ulink url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-????">CVE-2007-????</ulink> -->
+ </para>
+ </listitem>
+
</itemizedlist>
</para>
@@ -111,7 +124,8 @@ Wireshark Info
<listitem><para>
WEP decryption would only work for the first key specified.
- disappear or become unusable.
+ disappear or become unusable. WEP and WPA decryption didn't work
+ for QoS frames.
</para></listitem>
<listitem><para>
@@ -152,6 +166,7 @@ Wireshark Info
- Delta times
- Code cleanup
- Display filter macros
+ - Upper and lower filters
-->
</para>