aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt/airpdcap.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-28we must include config.h or else NEED_G_ASCII_STRCASECMP_H will never be Ronnie Sahlberg1-1/+5
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-3/+7
2007-10-31From Christopher McKenzie: Zero out our SAs before we use them.Gerald Combs1-8/+8
2007-10-16From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buf...Sake Blok1-1/+1
2007-06-27Make the WPA passphrase a percent-escaped string. Constify and GLib-izeGerald Combs1-9/+16
2007-06-23A recent checkin broke wpa-psk keys; fix it.Gerald Combs1-2/+2
2007-06-21In packet-ieee802.11.c, fix a serious preference bug introduced in theGerald Combs1-2/+5
2007-06-21Be less restrictive about WEP key preferences. Use hex_str_to_bytes toGerald Combs1-250/+128
2007-06-18Be a little less picky about EAPOL packet lengths. Someone sent in aGerald Combs1-2/+2
2007-06-14The 802.11 dissector calculates the header size, so pass that value toGerald Combs1-71/+38
2007-05-20The fix for ad-hoc WEP decryption in r21814 broke WPA. Replace it withGerald Combs1-1156/+1183
2007-05-17Try WEP decryption before WPA. This keeps us from returningGerald Combs1-113/+110
2007-04-23Don't assume a pointer to UCHAR is necessarily aligned; that nowGuy Harris1-2/+2
2007-04-22Get rid of some const warnings.Guy Harris1-14/+15
2007-04-22Check the GLib version number, not the GTK+ version number; it's GLib weGuy Harris1-1/+1
2007-04-22GString.len has changed signednedd between gtk1 and gtk2Ronnie Sahlberg1-2/+5
2007-04-22Fix a signedness warning.Jörg Mayer1-1/+1
2007-04-22fix the sign of a variable to prevent a singed/unsigned warning during Ronnie Sahlberg1-1/+1
2007-03-22Add -Werror for gcc to a few more directories and fix a few warningsStephen Fisher1-28/+0
2007-02-20WEP decryption is destructive -- pass a fresh copy of our data bufferGerald Combs1-3/+8
2007-02-13From Sebastien Tandel:Stephen Fisher1-0/+1
2007-01-26Fix saving WPA key preferences from the decryption key management dialog,Gerald Combs1-4/+0
2007-01-26Add support for "wildcard" WPA keys in the form "wpa:passphrase" (noteGerald Combs1-158/+198
2007-01-25Fix a key preference crash bug. Improve WPA passphrase and SSID lengthGerald Combs1-2/+2
2007-01-16From Gisle Vanem: Add the final ) to a g_strdup_printf callStephen Fisher1-1/+1
2007-01-12Add copyright attributions and licenses. License each derived workGerald Combs1-0/+31
2007-01-12Move sha1.[ch] to epan/crypt/crypt-sha1.[ch]. Remove duplicate code.Gerald Combs1-5/+5
2007-01-11Fix compilation problems under Windows. In the GTK code, convert SSIDsGerald Combs1-6/+6
2007-01-11Add uri_str_to_bytes(), byte_array_dup(), and byte_array_equal()Gerald Combs1-0/+370
2007-01-08Remove duplicate crc32 code.Gerald Combs1-46/+5
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. RemoveGerald Combs1-17/+18
2007-01-01Fix a compiler warning. Surround an MSVC-specific #pragma with anGerald Combs1-52/+48
2006-12-29Add some parentheses, as the suggestion of Mr. GCC.Guy Harris1-3/+3
2006-12-28Move the contents of airpdcap to epan/crypt. Try to fix the currentGerald Combs1-0/+1333