aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt/airpdcap.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-15Bugfix Decryption Key Management dialog, bug 8446 (https://bugs.wireshark.org...Michael Mann1-6/+5
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-2/+2
2013-01-27Bugfix crash caused by AirPDcap decryption. Bug 8177 (https://bugs.wireshark...Michael Mann1-3/+5
2012-11-05From: Andrei Emeltchenko <andrei.emeltchenko@intel.com>Anders Broman1-2/+12
2012-11-05From Andrei Emeltchenko:Anders Broman1-1/+9
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-29Allow wpa-psk decryption keys to be successfully entered.Chris Maynard1-6/+6
2012-01-15Rename crypt-xxx to xxxJörg Mayer1-3/+3
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-08-31Second try to move crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-08-30Revert r38800, as the crc routines contains some tvb functions.Stig Bjørlykke1-1/+1
2011-08-30Move all crc routines to libwsutil.Stig Bjørlykke1-1/+1
2011-08-07Replace deprecated glib functions.Jörg Mayer1-1/+1
2011-07-04From Michael Mann:Anders Broman1-107/+75
2011-04-08Fix Coverity CID 557.Gerald Combs1-2/+5
2011-02-16Fix Visual C++ code analysis errors.Gerald Combs1-2/+24
2010-02-23Fix some compiler warnings.Guy Harris1-2/+2
2010-02-23Squelch a bunch of compiler warnings.Guy Harris1-10/+10
2009-09-10WPA decryption fix from Greg Schwendimann via bug 3890:Gerald Combs1-3/+4
2009-07-23Fix some whitespace ....Bill Meier1-386/+389
2009-05-22From Greg Schwendimann via bug 3156:Gerald Combs1-25/+53
2009-03-11More Win64 fixes.Gerald Combs1-2/+2
2008-10-16Removed a "statement not reached" warning.Stig Bjørlykke1-1/+0
2008-09-02Fetch the key length using pntohs. Initialize and check its length.Gerald Combs1-5/+4
2008-09-02Fix a few Emacs "file variables" to have "safe" values.Bill Meier1-1/+1
2008-08-25Add another buffer length check to group key decryption.Gerald Combs1-0/+6
2008-08-25Fix a couple of crashes in WPA group key decryption.Gerald Combs1-0/+3
2008-07-30Add WPA group key decryption from Brian Stormont, via bug 1420:Gerald Combs1-20/+427
2008-06-24Fix another variable named "index".Guy Harris1-6/+6
2008-06-23Rename a variable to avoid collisions with the old V7 index() function,Guy Harris1-4/+4
2008-04-09Remove:Anders Broman1-3/+0
2008-04-07- Remove GLIB1 codeStephen Fisher1-1/+0
2008-03-11If we haven't found a handshake packet, say so.Gerald Combs1-1/+1
2008-03-10Change the BSD-licensed written by CACE to BSD+GPL.Gerald Combs1-0/+4
2008-03-05Move the contents of AirPDcapCleanKeys() into AirPDcapInitContext()Gerald Combs1-36/+13
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