separate function for dissecting the adaptation field
[metze/wireshark/wip.git] / epan / crypt /
2013-08-10 Alexis La GoutteFix (-W)documentation error found by Clang
2013-08-02 Jeff MorrissLIBGCRYPT_CFLAGS is not set in Windows builds, use...
2013-08-01 Jeff MorrissInclude LIBGCRYPT_CFLAGS in wsutil (but not in epan...
2013-08-01 Jeff MorrissMove a bunch of the crypt modules and pint.h into wsutil.
2013-04-14 Evan HuusUpdate some of the old FSF addresses caught by the...
2013-03-15 Michael MannBugfix Decryption Key Management dialog, bug 8446 ...
2013-03-12 Jaap KeuterFrom David Arnold:
2013-03-02 Anders BromanFrom beroset:
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-26 Bill Meierit's ==> its & its ==> it's as needed.
2013-02-21 Martin Kaiserinclude the wsutil/wsgcrypt.h instead of including...
2013-01-27 Michael MannBugfix crash caused by AirPDcap decryption. Bug 8177...
2013-01-26 Evan HuusMake airpcap's print_debug_line take const arguments...
2013-01-04 Michael Mannreplace "unsigned" datatype with "guint". Some mpeg...
2012-11-05 Anders BromanFrom: Andrei Emeltchenko <andrei.emeltchenko@intel...
2012-11-05 Anders BromanFrom Andrei Emeltchenko:
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-03 Jeff Morriss(Attempt to) fix https://bugs.wireshark.org/bugzilla...
2012-08-31 Anders BromanFrom Chris Elston:
2012-08-31 Anders BromanFrom Chris Elston:
2012-08-29 Chris MaynardAllow wpa-psk decryption keys to be successfully entered.
2012-08-09 Jeff MorrissDon't define HAVE_UMTS_KASUMI to anything unless we...
2012-08-09 Pascal QuantinSmall fixes:
2012-08-09 Anders BromanAdd Custom.common to dist.
2012-08-09 Anders BromanFrom Jacob Nordgren and Rishie Sharma:
2012-07-18 Evan HuusFix some system header files that were #included with...
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-04-28 Guy HarrisNeither C90 nor C99 explicitly guarantee that a memcpy...
2012-04-04 Jeff MorrissAdd a "-build" argument to checkAPIs.pl. Use that...
2012-01-29 Anders BromanAdd *.sbr files to the clean target.
2012-01-19 Balint Reczeyfix compile errors found by dumpabi target
2012-01-15 Jörg MayerThe last commit failed to check in the deleted files
2012-01-15 Jörg MayerRename crypt-xxx to xxx
2012-01-14 Jörg MayerMaybe adding $(GNUTLS_CFLAGS) will fix the build problem.
2012-01-14 Jörg MayerEd Beroset <beroset@mindspring.com> via bug 5531
2012-01-04 Gerald CombsMore C++ updates.
2011-09-21 Bill MeierFix ex "modeline" so it works;
2011-09-12 Anders BromanMove airpcap_wep.c to /wsutil
2011-08-31 Stig BjørlykkeMake lookup functions for accessing crc32c_table and...
2011-08-31 Stig BjørlykkeSecond try to move crc routines to libwsutil.
2011-08-30 Stig BjørlykkeRevert r38800, as the crc routines contains some tvb...
2011-08-30 Stig BjørlykkeMove all crc routines to libwsutil.
2011-08-07 Jörg MayerReplace deprecated glib functions.
2011-07-04 Anders BromanFrom Michael Mann:
2011-04-08 Gerald CombsFix Coverity CID 557.
2011-03-31 Chris MaynardClear the entire contents of ctx at the end of md5_fini...
2011-03-21 Bill MeierAdd a comment re a "suspicious" sizeof() reported by...
2011-02-17 Guy HarrisOn Windows, try putting __declspec(noreturn) in front...
2011-02-16 Gerald CombsFix Visual C++ code analysis errors.
2011-02-02 Bill MeierA bit of Windows makefiles rework and cleanup:
2010-12-06 Jeff MorrissMake some symbols static.
2010-11-30 Jeff MorrissOh yeah, there's a reason we don't put targets in Makef...
2010-11-29 Jeff MorrissMove some checkapi targets into Makefile.common
2010-08-29 Anders BromanDoxygen changes.
2010-08-28 Anders BromanDoxygen changes.
2010-08-26 Anders BromanFix a number of doxygen directives.
2010-08-26 Anders Broman- Try to fix a couple of doxygen comments.
2010-02-23 Guy HarrisFix some compiler warnings.
2010-02-23 Guy HarrisSquelch a bunch of compiler warnings.
2009-10-11 Jörg MayerCreatig static sublibs was not a good idea:
2009-10-09 Kovarththanan Raja... Add epan/crypt/CMakeLists.txt which creates a static...
2009-10-07 Guy HarrisFix some LLP64 issues.
2009-09-10 Gerald CombsWPA decryption fix from Greg Schwendimann via bug 3890:
2009-07-29 Ronnie SahlbergBreak the aes set ket/decrypt/encrypt out from airpdcap...
2009-07-23 Bill MeierFix some whitespace ....
2009-07-16 Anders BromanMove th /MP flag setting to LOCAL_CFLAGS set in configu...
2009-07-15 Anders BromanAdd /MP flag to make use of multi cores.
2009-05-22 Gerald CombsFrom Greg Schwendimann via bug 3156:
2009-04-03 Gerald CombsMake some lengths size_t's.
2009-03-11 Gerald CombsMore Win64 fixes.
2008-10-16 Stig BjørlykkeRemoved a "statement not reached" warning.
2008-09-02 Gerald CombsFetch the key length using pntohs. Initialize and check...
2008-09-02 Bill MeierFix a few Emacs "file variables" to have "safe" values.
2008-08-25 Gerald CombsAdd another buffer length check to group key decryption.
2008-08-25 Gerald CombsFix a couple of crashes in WPA group key decryption.
2008-07-30 Gerald CombsAdd WPA group key decryption from Brian Stormont, via...
2008-07-02 Guy HarrisAdd Makefile.common files for epan/dfilter and epan...
2008-07-01 Guy HarrisPut printf into a separate "termoutput" API group....
2008-06-24 Guy HarrisFix another variable named "index".
2008-06-23 Guy HarrisRename a local variable in a macro to avoid collisions...
2008-06-23 Guy HarrisRename a variable to avoid collisions with the old...
2008-05-23 Anders BromanFix some of the Errors/warnings detected by checkapi.
2008-04-09 Anders BromanRemove:
2008-04-07 Stephen Fisher- Remove GLIB1 code
2008-03-11 Gerald CombsIf we haven't found a handshake packet, say so.
2008-03-10 Gerald CombsChange the BSD-licensed written by CACE to BSD+GPL.
2008-03-05 Gerald CombsMove the contents of AirPDcapCleanKeys() into AirPDcapI...
2007-11-28 Ronnie Sahlbergwe must include config.h or else NEED_G_ASCII_STRCASECM...
2007-11-27 Guy Harrisstrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-10-31 Gerald CombsFrom Christopher McKenzie: Zero out our SAs before...
2007-10-16 Sake BlokFrom tmiller@hcjbtech.org : Spelling error on GDS DB...
2007-06-27 Gerald CombsMake the WPA passphrase a percent-escaped string. ...
2007-06-23 Gerald CombsA recent checkin broke wpa-psk keys; fix it.
2007-06-21 Gerald CombsIn packet-ieee802.11.c, fix a serious preference bug...
2007-06-21 Gerald CombsBe less restrictive about WEP key preferences. Use...
2007-06-18 Gerald CombsBe a little less picky about EAPOL packet lengths....
2007-06-14 Gerald CombsThe 802.11 dissector calculates the header size, so...
2007-06-03 Bill Meier(Minor) Use _WIN32 (instead of WIN32) like the rest...
2007-05-20 Gerald CombsThe fix for ad-hoc WEP decryption in r21814 broke WPA...
next