summaryrefslogtreecommitdiff
path: root/docbook
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2007-06-14 22:09:14 +0000
committerGerald Combs <gerald@wireshark.org>2007-06-14 22:09:14 +0000
commit1d567d6e6bb74956ff1425468346cd397876b721 (patch)
treec090e324bc4834ba655dcc92e79b281d8636066a /docbook
parent7cd5781110bb13e6a1b48f68f2892aa5db07edd4 (diff)
downloadwireshark-1d567d6e6bb74956ff1425468346cd397876b721.tar.gz
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. svn path=/trunk/; revision=22104
Diffstat (limited to 'docbook')
-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>