aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt/airpdcap_ccmp.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-02Rewrite dissectors to use Libgcrypt functions.Erik de Jong1-27/+36
2016-01-13[airpcap] Decrypt protected management frames (802.11w)Cedric Izoard1-1/+7
2015-11-17Misc minor issues caught by cppcheckEvan Huus1-1/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss1-1/+1
2012-01-15Rename crypt-xxx to xxxJörg Mayer1-1/+1
2011-02-16Fix Visual C++ code analysis errors.Gerald Combs1-1/+1
2009-07-29Break the aes set ket/decrypt/encrypt out from airpdcap_raindoll into Ronnie Sahlberg1-0/+2
2007-06-14The 802.11 dissector calculates the header size, so pass that value toGerald Combs1-1/+2
2007-04-23Don't assume byte pointers can be safely cast to more aligned pointers;Guy Harris1-9/+6
2007-02-25Eliminate __inline - not all compilers support it.Guy Harris1-18/+9
2007-02-19Fix some C++ style commentsBill Meier1-1/+1
2007-01-12Add copyright attributions and licenses. License each derived workGerald Combs1-5/+40
2007-01-01Fix a compiler warning. Surround an MSVC-specific #pragma with anGerald Combs1-28/+24
2006-12-28Move the contents of airpdcap to epan/crypt. Try to fix the currentGerald Combs1-0/+245