aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt/airpdcap.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-16Removed a "statement not reached" warning.stig1-1/+0
2008-09-02Fetch the key length using pntohs. Initialize and check its length.gerald1-5/+4
2008-09-02Fix a few Emacs "file variables" to have "safe" values.wmeier1-1/+1
2008-08-25Add another buffer length check to group key decryption.gerald1-0/+6
2008-08-25Fix a couple of crashes in WPA group key decryption.gerald1-0/+3
2008-07-30Add WPA group key decryption from Brian Stormont, via bug 1420:gerald1-20/+427
2008-06-24Fix another variable named "index".guy1-6/+6
2008-06-23Rename a variable to avoid collisions with the old V7 index() function,guy1-4/+4
2008-04-09Remove:etxrab1-3/+0
2008-04-07- Remove GLIB1 codesfisher1-1/+0
2008-03-11If we haven't found a handshake packet, say so.gerald1-1/+1
2008-03-10Change the BSD-licensed written by CACE to BSD+GPL.gerald1-0/+4
2008-03-05Move the contents of AirPDcapCleanKeys() into AirPDcapInitContext()gerald1-36/+13
2007-11-28we must include config.h or else NEED_G_ASCII_STRCASECMP_H will never be sahlberg1-1/+5
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-3/+7
2007-10-31From Christopher McKenzie: Zero out our SAs before we use them.gerald1-8/+8
2007-10-16From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buf...sake1-1/+1
2007-06-27Make the WPA passphrase a percent-escaped string. Constify and GLib-izegerald1-9/+16
2007-06-23A recent checkin broke wpa-psk keys; fix it.gerald1-2/+2
2007-06-21In packet-ieee802.11.c, fix a serious preference bug introduced in thegerald1-2/+5
2007-06-21Be less restrictive about WEP key preferences. Use hex_str_to_bytes togerald1-250/+128
2007-06-18Be a little less picky about EAPOL packet lengths. Someone sent in agerald1-2/+2
2007-06-14The 802.11 dissector calculates the header size, so pass that value togerald1-71/+38
2007-05-20The fix for ad-hoc WEP decryption in r21814 broke WPA. Replace it withgerald1-1156/+1183
2007-05-17Try WEP decryption before WPA. This keeps us from returninggerald1-113/+110
2007-04-23Don't assume a pointer to UCHAR is necessarily aligned; that nowguy1-2/+2
2007-04-22Get rid of some const warnings.guy1-14/+15
2007-04-22Check the GLib version number, not the GTK+ version number; it's GLib weguy1-1/+1
2007-04-22GString.len has changed signednedd between gtk1 and gtk2sahlberg1-2/+5
2007-04-22Fix a signedness warning.jmayer1-1/+1
2007-04-22fix the sign of a variable to prevent a singed/unsigned warning during sahlberg1-1/+1
2007-03-22Add -Werror for gcc to a few more directories and fix a few warningssfisher1-28/+0
2007-02-20WEP decryption is destructive -- pass a fresh copy of our data buffergerald1-3/+8
2007-02-13From Sebastien Tandel:sfisher1-0/+1
2007-01-26Fix saving WPA key preferences from the decryption key management dialog,gerald1-4/+0
2007-01-26Add support for "wildcard" WPA keys in the form "wpa:passphrase" (notegerald1-158/+198
2007-01-25Fix a key preference crash bug. Improve WPA passphrase and SSID lengthgerald1-2/+2
2007-01-16From Gisle Vanem: Add the final ) to a g_strdup_printf callsfisher1-1/+1
2007-01-12Add copyright attributions and licenses. License each derived workgerald1-0/+31
2007-01-12Move sha1.[ch] to epan/crypt/crypt-sha1.[ch]. Remove duplicate code.gerald1-5/+5
2007-01-11Fix compilation problems under Windows. In the GTK code, convert SSIDsgerald1-6/+6
2007-01-11Add uri_str_to_bytes(), byte_array_dup(), and byte_array_equal()gerald1-0/+370
2007-01-08Remove duplicate crc32 code.gerald1-46/+5
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. Removegerald1-17/+18
2007-01-01Fix a compiler warning. Surround an MSVC-specific #pragma with angerald1-52/+48
2006-12-29Add some parentheses, as the suggestion of Mr. GCC.guy1-3/+3
2006-12-28Move the contents of airpdcap to epan/crypt. Try to fix the currentgerald1-0/+1333