http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19592
User: gerald
Date: 2006/10/18 05:55 PM
Log:
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.
Directory: /trunk/epan/dissectors/
Changes Path Action
+42 -55 packet-ieee80211.c Modified
Directory: /trunk/docbook/
Changes Path Action
+5 -0 release-notes.xml Modified
Directory: /trunk/epan/
Changes Path Action
+3 -0 strutil.c Modified