aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/spnego
Commit message (Expand)AuthorAgeFilesLines
* Change some dissectors to use pinfo memory pool instead of malloc if it can t...Pascal Quantin2013-08-191-18/+3
* md5.h is in wsutil now.Jeff Morriss2013-08-011-1/+1
* Move a bunch of the crypt modules and pint.h into wsutil.Jeff Morriss2013-08-011-1/+3
* Convert the rest of the ASN1 dissectors from emem to wmem.Evan Huus2013-06-191-2/+2
* Add the posibillity to use a key for per-packet-data.Anders Broman2013-05-121-2/+2
* I added EXPORT_FILES in too many places, remove themJörg Mayer2013-05-111-4/+0
* Some more protocols can be generated via cmakeJörg Mayer2013-05-101-0/+30
* Just whitespace changesJörg Mayer2013-05-051-2/+3
* Stub cmake support for generating the asn1 dissectors.Jörg Mayer2013-04-231-0/+23
* From beroset:Anders Broman2013-03-191-10/+10
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2013-03-171-1/+1
* Use explicit casts.Anders Broman2013-03-042-17/+17
* Fix a bunch of warnings.Guy Harris2012-12-261-5/+5
* From Bill Parker:Anders Broman2012-10-091-1/+1
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2012-09-101-2/+2
* Update Free Software Foundation address.Jakub Zawadzki2012-06-284-4/+4
* Remove useless packet-spnego.h filePascal Quantin2012-06-242-31/+0
* Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2012-05-111-1/+1
* #include <epan/crypt/crypt-*.h> => #include <epan/crypt/*.h>Chris Maynard2012-01-181-2/+2
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2012-01-091-8/+2
* fix [-Wunused-but-set-variable]Anders Broman2011-11-121-0/+4
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-2/+2
* Build the ASN.1 dissectors directly into epan/dissectors (rather than buildingJeff Morriss2011-10-101-4/+0
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1 d...Bill Meier2011-10-061-4/+4
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-051-12/+12
* Add changes in r35384 to template file.Stig Bjørlykke2011-02-201-8/+4
* Initialize MechType_oid in the right place.Gerald Combs2010-07-012-3/+1
* Initialize more variables.Gerald Combs2010-07-011-0/+2
* Use find_or_create_conversation() in some ASN.1 dissectorsJeff Morriss2010-05-131-25/+7
* Make a variable a guint8* instead of a char* since it a) holds TVB data and b...Jeff Morriss2010-04-291-4/+4
* #include <stdio.h> not needed.Bill Meier2010-04-061-1/+0
* From: Stefan Metzmacher <metze@samba.org>Ronnie Sahlberg2010-02-041-10/+35
* Fix gcc -Wshadow warning.Bill Meier2010-01-281-4/+4
* Use proto_spnego for protocol tree item.Stig Bjørlykke2010-01-031-6/+2
* Apply r30376 to asn1 template files.Stig Bjørlykke2009-10-301-2/+1
* Remove unused NEED_PACKET_PROTO_H variableKovarththanan Rajaratnam2009-10-081-1/+0
* Switch to using tvb_new_subset_remaining() in .cnf files.Stig Bjørlykke2009-10-071-1/+1
* From Didier Gautheron:Anders Broman2009-10-061-4/+5
* Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam2009-08-161-2/+2
* Initialize several ett_... variables to -1Bill Meier2009-08-041-2/+2
* When we passed the crytobuffer to krb5_c_decrypt() we never actually Ronnie Sahlberg2009-07-281-2/+6
* Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke2009-07-071-3/+3
* tvb_child_new_real_data() -> tvb_new_child_real_data()Stig Bjørlykke2009-06-261-1/+1
* tvb_new_real_data()->tvb_child_new_real_data()Anders Broman2009-06-251-2/+1
* From Kovarththanan Rajaratnam:Stig Bjørlykke2009-06-231-7/+7
* Apply some of the patches from:Anders Broman2009-05-131-2/+1
* Minor cleanup mostly related to proto_reg_handoffBill Meier2008-11-041-13/+4
* use g_malloc/g_free instead of malloc/freeRonnie Sahlberg2008-10-051-2/+2
* change u_char to unsigned char to make the osx compiler happyRonnie Sahlberg2008-10-051-5/+5