aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/release-notes.xml
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-18 17:55:29 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2006-10-18 17:55:29 +0000
commitfc0d14991625dada2375918327c3e9c32581c3e1 (patch)
tree9489a4ada12122ec8d6f41321808d1f9aa90d8b9 /docbook/release-notes.xml
parent83356c22ad39a96c72fbb661798e591a76495b2b (diff)
In the 802.11 dissector, mark the "wep_keys" preference as obsolete,
and replace it with an "enable_decryption" preference. Instead of forcing the user to specify how many WEP keys we have, figure it out for ourselves by parsing the key list. When decrypting, don't worry about the key index specified in the header (which resulted in trying to decrypt using the same key twice); simply try each key in order (which we were doing anyway). In hex_str_to_bytes(), handle a null hex string. Update the release notes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19592 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'docbook/release-notes.xml')
-rw-r--r--docbook/release-notes.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/docbook/release-notes.xml b/docbook/release-notes.xml
index a999292de4..57ff7998fd 100644
--- a/docbook/release-notes.xml
+++ b/docbook/release-notes.xml
@@ -202,6 +202,11 @@ Wireshark Info
capture setup</ulink> page on the wiki.
</para></listitem>
+ <listitem><para>
+ The number of WEP keys that the user can specify in the IEEE 802.11
+ protocol preferences has been increased from 4 to 64.
+ </para></listitem>
+
</itemizedlist>
</para>
</section>