aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt
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-09Fix airpdcap debugging code.Gerald Combs1-6/+8
2015-01-08bytes_to_ep_str -> bytes_to_strMichael Mann2-3/+10
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+1
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-04-25Support out-of-source checkapiStig Bjørlykke1-1/+2
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte3-5/+0
2014-03-05Fix some code remove by 296591399f90a9d89be958d91047aa724a77ee6dAlexis La Goutte1-0/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte13-26/+0
2014-02-25Remove trailing whitespaceBill Meier2-2/+2
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus2-2/+2
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki2-6/+6
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-02LIBGCRYPT_CFLAGS is not set in Windows builds, use GNUTLS_CFLAGS instead.Jeff Morriss1-2/+1
2013-08-01Include LIBGCRYPT_CFLAGS in wsutil (but not in epan/crypt).Jeff Morriss1-1/+1
2013-08-01Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss20-3282/+11
2013-04-14Update some of the old FSF addresses caught by the new licensecheck buildbotEvan Huus6-6/+6
2013-03-15Bugfix Decryption Key Management dialog, bug 8446 (https://bugs.wireshark.org...Michael Mann1-6/+5
2013-03-12From David Arnold:Jaap Keuter1-3/+3
2013-03-02From beroset:Anders Broman2-4/+4
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey5-2/+16
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-2/+2
2013-02-21include the wsutil/wsgcrypt.h instead of including gcrypt.h directlyMartin Kaiser1-1/+1
2013-01-27Bugfix crash caused by AirPDcap decryption. Bug 8177 (https://bugs.wireshark...Michael Mann1-3/+5
2013-01-26Make airpcap's print_debug_line take const arguments so that it compilesEvan Huus2-2/+2
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann1-1/+1
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 Morriss7-19/+5
2012-09-03(Attempt to) fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7411 :Jeff Morriss2-2/+5
2012-08-31From Chris Elston:Anders Broman2-70/+88
2012-08-31From Chris Elston:Anders Broman2-27/+46
2012-08-29Allow wpa-psk decryption keys to be successfully entered.Chris Maynard1-6/+6
2012-08-09Don't define HAVE_UMTS_KASUMI to anything unless we actually have it.Jeff Morriss1-1/+3
2012-08-09Small fixes:Pascal Quantin1-3/+3
2012-08-09Add Custom.common to dist.Anders Broman1-0/+1
2012-08-09From Jacob Nordgren and Rishie Sharma:Anders Broman3-1/+40
2012-07-18Fix some system header files that were #included with "" instead of <>.Evan Huus1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki4-4/+4
2012-06-28Update Free Software Foundation address.Jakub Zawadzki4-4/+4
2012-04-28Neither C90 nor C99 explicitly guarantee that a memcpy() call with aGuy Harris1-1/+3
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-2/+2
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1