Squelch a bunch of compiler warnings.
[obnox/wireshark/wip.git] / epan / crypt / airpdcap.c
2010-02-23 guySquelch a bunch of compiler warnings.
2009-09-10 geraldWPA decryption fix from Greg Schwendimann via bug 3890:
2009-07-23 wmeierFix some whitespace ....
2009-05-22 geraldFrom Greg Schwendimann via bug 3156:
2009-03-11 geraldMore Win64 fixes.
2008-10-16 stigRemoved a "statement not reached" warning.
2008-09-02 geraldFetch the key length using pntohs. Initialize and check...
2008-09-02 wmeierFix a few Emacs "file variables" to have "safe" values.
2008-08-25 geraldAdd another buffer length check to group key decryption.
2008-08-25 geraldFix a couple of crashes in WPA group key decryption.
2008-07-30 geraldAdd WPA group key decryption from Brian Stormont, via...
2008-06-24 guyFix another variable named "index".
2008-06-23 guyRename a variable to avoid collisions with the old...
2008-04-09 etxrabRemove:
2008-04-07 sfisher- Remove GLIB1 code
2008-03-11 geraldIf we haven't found a handshake packet, say so.
2008-03-10 geraldChange the BSD-licensed written by CACE to BSD+GPL.
2008-03-05 geraldMove the contents of AirPDcapCleanKeys() into AirPDcapI...
2007-11-28 sahlbergwe must include config.h or else NEED_G_ASCII_STRCASECM...
2007-11-27 guystrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-10-31 geraldFrom Christopher McKenzie: Zero out our SAs before...
2007-10-16 sakeFrom tmiller@hcjbtech.org : Spelling error on GDS DB...
2007-06-27 geraldMake the WPA passphrase a percent-escaped string. ...
2007-06-23 geraldA recent checkin broke wpa-psk keys; fix it.
2007-06-21 geraldIn packet-ieee802.11.c, fix a serious preference bug...
2007-06-21 geraldBe less restrictive about WEP key preferences. Use...
2007-06-18 geraldBe a little less picky about EAPOL packet lengths....
2007-06-14 geraldThe 802.11 dissector calculates the header size, so...
2007-05-20 geraldThe fix for ad-hoc WEP decryption in r21814 broke WPA...
2007-05-17 geraldTry WEP decryption before WPA. This keeps us from...
2007-04-23 guyDon't assume a pointer to UCHAR is necessarily aligned...
2007-04-22 guyGet rid of some const warnings.
2007-04-22 guyCheck the GLib version number, not the GTK+ version...
2007-04-22 sahlbergGString.len has changed signednedd between gtk1 and...
2007-04-22 jmayerFix a signedness warning.
2007-04-22 sahlbergfix the sign of a variable to prevent a singed/unsigned...
2007-03-22 sfisherAdd -Werror for gcc to a few more directories and fix...
2007-02-20 geraldWEP decryption is destructive -- pass a fresh copy...
2007-02-13 sfisherFrom Sebastien Tandel:
2007-01-26 geraldFix saving WPA key preferences from the decryption...
2007-01-26 geraldAdd support for "wildcard" WPA keys in the form "wpa...
2007-01-25 geraldFix a key preference crash bug. Improve WPA passphrase...
2007-01-16 sfisherFrom Gisle Vanem: Add the final ) to a g_strdup_printf...
2007-01-12 geraldAdd copyright attributions and licenses. License each...
2007-01-12 geraldMove sha1.[ch] to epan/crypt/crypt-sha1.[ch]. Remove...
2007-01-11 geraldFix compilation problems under Windows. In the GTK...
2007-01-11 geraldAdd uri_str_to_bytes(), byte_array_dup(), and byte_arra...
2007-01-08 geraldRemove duplicate crc32 code.
2007-01-02 geraldMove epan/crypt-md5.[ch] to epan/crypt. Remove
2007-01-01 geraldFix a compiler warning. Surround an MSVC-specific...
2006-12-29 guyAdd some parentheses, as the suggestion of Mr. GCC.
2006-12-28 geraldMove the contents of airpdcap to epan/crypt. Try to...