summaryrefslogtreecommitdiff
path: root/epan/crypt/airpdcap.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-11Fix buffer overflow in 802.11 decryptionPeter Wu1-2/+5
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2015-01-16Remove the last two true calls to se_alloc.Michael Mann1-1/+26
2015-01-11Replace some "low hanging fruit" uses of emem.Michael Mann1-3/+9
2015-01-08bytes_to_ep_str -> bytes_to_strMichael Mann1-2/+4
2014-08-11Guard against buffer overflow when copying group key bytes intoDom Gifford1-14/+17
2014-08-08Fix support for decrypting 802.11 broadcast messages.Dom Gifford1-13/+41
2014-03-05Fix some code remove by 296591399f90a9d89be958d91047aa724a77ee6dAlexis La Goutte1-0/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-5/+5
2013-11-10Fix compilation under Linux (Ubuntu)Alexis La Goutte1-10/+10
2013-11-10Move prototype of bytes_to_str, bytes_to_str_punct to correct header.Jakub Zawadzki1-0/+1
2013-08-10Fix (-W)documentation error found by ClangAlexis La Goutte1-2/+2
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-6/+8
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