aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-spnego.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-3/+3
2009-08-04Initialize several ett_... variables to -1wmeier1-3/+3
2009-07-28When we passed the crytobuffer to krb5_c_decrypt() we never actually sahlberg1-4/+8
2009-07-07Changed flags_set_truth -> tfs_set_notsetstig1-3/+3
2009-06-26Re-generate asn1 dissectors after hf_register_info cleanup.stig1-4/+3
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-19/+19
2009-05-16Regenerate all asn2wrs generated dissectors.stig1-2/+2
2009-05-14Use tvb_new_child_real_data().etxrab1-3/+4
2009-05-13Apply some of the patches from:etxrab1-4/+2
2008-11-04asn2wrs generated files changed as a result of recent asn1 template changes wmeier1-16/+7
2008-11-01Regenerate all asn2wrs generated dissectorsetxrab1-2/+2
2008-10-05use g_malloc/g_free instead of malloc/freesahlberg1-2/+2
2008-10-05change u_char to unsigned char to make the osx compiler happysahlberg1-5/+5
2008-10-05kerberos/gss enhancementssahlberg1-4/+109
2008-09-30We always use start_offset, so don't wrap it in "#ifdef HAVE_KERBEROS".gerald1-5/+3
2008-09-29from Metzesahlberg1-6/+267
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofetxrab1-1/+1
2007-11-04Update do use the -X and -T asn2wrs flags.etxrab1-87/+52
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.clego1-1/+1
2007-06-04- CLASS definitions support including exports through the *-exp.cnf filekukosa1-1/+1
2007-05-25Add a cast to squelch an MSVC warning.guy1-2/+2
2007-05-25Make SND_SEQ an array of 2 guint32's, rather than an array of 8guy1-11/+8
2007-05-22Prepare for the use of the new -X parameter for BER encoded protocols.etxrab1-19/+19
2007-05-15actx in the rest of dissect_ber..()letxrab1-11/+13
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-90/+95
2007-05-06Start introducing actx to ber functions.etxrab1-19/+20
2007-05-03EXTERNAL type is handled in asn2wrs nowkukosa1-1/+1
2007-03-21change the signature that asn2wrs generates for functions to marm all paramet...sahlberg1-30/+30
2007-02-18Fix bug 1380:morriss1-2/+4
2007-02-17This patch looks for a confounder in GSSWrap for DES_MAC_MD5 algorithm. gal1-3/+7
2007-01-09Move cryptography code to epan/crypt.gerald1-1/+1
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. Removegerald1-35/+35
2006-12-13if there is a list of mechTypes in the negTokenInit then store the first onesahlberg1-22/+56
2006-08-16ASN.1 dissectors regenerated with new asn2wrs to get updated field blurbkukosa1-14/+14
2006-05-24- remove some #.MODULE_IMPORT from .cng fileskukosa1-5/+5
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-4/+4
2005-12-25microsoft does not use a confounder for spnego when using DNS/TSIGsahlberg1-6/+12
2005-12-08Regenerate with the latest asn2eth, to get FT_OID used, and to add #line.guy1-14/+31
2005-11-14 - dissect_ber_object_identifier() returns value as tvbkukosa1-5/+5
2005-09-21dissect_ber_octet_string() can return a null tvbuff pointer, if theguy1-12/+11
2005-09-21Some compilers don't allow a static declaration of a function insideguy1-5/+10
2005-09-21An InnerContextToken comes with an OID for the mechanism, which is whatguy1-139/+273
2005-09-19Don't dereference a null pointer. Fixes bug 460.gerald1-1/+1
2005-09-19In the SPNEGO dissector, don't call a subdissector if we don't have a TVB.gerald1-1/+4
2005-09-15Don't use u_char - not all platforms define it, and even those that doguy1-3/+3
2005-09-15Replace the spnego dissector with an asn2eth generated one.etxrab1-1015/+519
2005-09-14when we have raw keberos inside the spnego blob, pass it as is over tosahlberg1-2/+1
2005-09-11Get rid of dependency on format-oid.hetxrab1-82/+18
2005-08-25I missed one OID string.guy1-2/+0
2005-08-25The OID strings returned by new_format_oid(), and the OID stringguy1-2/+0