aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/spnego/packet-spnego-template.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-04Initialize several ett_... variables to -1wmeier1-2/+2
2009-07-28When we passed the crytobuffer to krb5_c_decrypt() we never actually sahlberg1-2/+6
2009-07-07Changed flags_set_truth -> tfs_set_notsetstig1-3/+3
2009-06-26tvb_child_new_real_data() -> tvb_new_child_real_data()stig1-1/+1
2009-06-25tvb_new_real_data()->tvb_child_new_real_data()etxrab1-2/+1
2009-06-23From Kovarththanan Rajaratnam:stig1-7/+7
2009-05-13Apply some of the patches from:etxrab1-2/+1
2008-11-04Minor cleanup mostly related to proto_reg_handoffwmeier1-13/+4
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-2/+107
2008-09-30We always use start_offset, so don't wrap it in "#ifdef HAVE_KERBEROS".gerald1-2/+0
2008-09-29from Metzesahlberg1-1/+262
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-8/+5
2007-05-15actx in the rest of dissect_ber..()letxrab1-1/+3
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-4/+9
2007-05-06Start introducing actx to ber functions.etxrab1-0/+1
2007-02-18Fix bug 1380:morriss1-2/+4
2007-02-17This patch looks for a confounder in GSSWrap for DES_MAC_MD5 algorithm. gal1-1/+5
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-05-23Ethereal -> Wiresharkkukosa1-3/+3
2006-05-21name changesahlberg1-2/+2
2005-12-25microsoft does not use a confounder for spnego when using DNS/TSIGsahlberg1-4/+10
2005-11-14 - dissect_ber_object_identifier() returns value as tvbkukosa1-3/+3
2005-09-21Some compilers don't allow a static declaration of a function insideguy1-0/+9
2005-09-21An InnerContextToken comes with an OID for the mechanism, which is whatguy1-42/+29
2005-09-15Don't use u_char - not all platforms define it, and even those that doguy1-2/+2
2005-09-15Replace the spnego dissector with an asn2eth generated one.etxrab1-0/+1074