aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-spnego.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-15Rename crypt-xxx to xxxJörg Mayer1-2/+2
2012-01-09Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-10/+4
2011-11-12fix [-Wunused-but-set-variable]Anders Broman1-2/+6
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-15Update generated ASN1 *.[hc] files after recent work done by Jeff Morriss;Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1 d...Bill Meier1-4/+4
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-12/+12
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke1-2/+5
2011-05-05Cleanup: replace se_alloc+memcpy combo with single se_memdup().Jakub Zawadzki1-3/+2
2011-05-04Cleanup: g_malloc can't return NULL, remove checks for them.Jakub Zawadzki1-2/+0
2011-04-08Add a relative path to the "#line" directives we produce. Regenerate theGerald Combs1-19/+19
2011-02-20Add changes in r35384 to template file.Stig Bjørlykke1-2/+2
2011-01-05Use some tvb_ accessor functions instead of a standard function plus tvb_get_...Jeff Morriss1-8/+4
2010-07-01Initialize MechType_oid in the right place.Gerald Combs1-10/+8
2010-07-01Initialize more variables.Gerald Combs1-7/+9
2010-05-13Use find_or_create_conversation() in some ASN.1 dissectorsJeff Morriss1-30/+12
2010-05-11Add a little more code to avoid not-very-useful blurbs:Jeff Morriss1-5/+5
2010-05-11Regenerate a few more of the ASN.1 dissectorsJeff Morriss1-14/+14
2010-04-29Make a variable a guint8* instead of a char* since it a) holds TVB data and b...Jeff Morriss1-4/+4
2010-04-06#include <stdio.h> not needed.Bill Meier1-6/+5
2010-02-04From: Stefan Metzmacher <metze@samba.org>Ronnie Sahlberg1-12/+37
2010-01-28Fix gcc -Wshadow warning.Bill Meier1-4/+4
2010-01-03Use proto_spnego for protocol tree item.Stig Bjørlykke1-11/+7
2009-10-30Apply r30376 to asn1 template files.Stig Bjørlykke1-2/+2
2009-10-25From Jakub Zawadzki:Anders Broman1-2/+1
2009-10-07Switch to using tvb_new_subset_remaining() in .cnf files.Stig Bjørlykke1-1/+1
2009-10-06From Didier Gautheron:Anders Broman1-8/+9
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-3/+3
2009-08-04Initialize several ett_... variables to -1Bill Meier1-3/+3
2009-07-28When we passed the crytobuffer to krb5_c_decrypt() we never actually Ronnie Sahlberg1-4/+8
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-3/+3
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.Stig Bjørlykke1-4/+3
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-19/+19
2009-05-16Regenerate all asn2wrs generated dissectors.Stig Bjørlykke1-2/+2
2009-05-14Use tvb_new_child_real_data().Anders Broman1-3/+4
2009-05-13Apply some of the patches from:Anders Broman1-4/+2
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes Bill Meier1-16/+7
2008-11-01Regenerate all asn2wrs generated dissectorsAnders Broman1-2/+2
2008-10-05use g_malloc/g_free instead of malloc/freeRonnie Sahlberg1-2/+2
2008-10-05change u_char to unsigned char to make the osx compiler happyRonnie Sahlberg1-5/+5
2008-10-05kerberos/gss enhancementsRonnie Sahlberg1-4/+109
2008-09-30We always use start_offset, so don't wrap it in "#ifdef HAVE_KERBEROS".Gerald Combs1-5/+3
2008-09-29from MetzeRonnie Sahlberg1-6/+267
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman1-1/+1
2007-11-04Update do use the -X and -T asn2wrs flags.Anders Broman1-87/+52
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon1-1/+1
2007-06-04- CLASS definitions support including exports through the *-exp.cnf fileTomas Kukosa1-1/+1
2007-05-25Add a cast to squelch an MSVC warning.Guy Harris1-2/+2
2007-05-25Make SND_SEQ an array of 2 guint32's, rather than an array of 8Guy Harris1-11/+8
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.Anders Broman1-19/+19