aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/spnego/packet-spnego-template.c
AgeCommit message (Expand)AuthorFilesLines
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-8/+5
2007-05-15actx in the rest of dissect_ber..()lAnders Broman1-1/+3
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-4/+9
2007-05-06Start introducing actx to ber functions.Anders Broman1-0/+1
2007-02-18Fix bug 1380:Jeff Morriss1-2/+4
2007-02-17This patch looks for a confounder in GSSWrap for DES_MAC_MD5 algorithm. Graeme Lunt1-1/+5
2007-01-09Move cryptography code to epan/crypt.Gerald Combs1-1/+1
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. RemoveGerald Combs1-35/+35
2006-05-23Ethereal -> WiresharkTomas Kukosa1-3/+3
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-12-25microsoft does not use a confounder for spnego when using DNS/TSIGRonnie Sahlberg1-4/+10
2005-11-14 - dissect_ber_object_identifier() returns value as tvbTomas Kukosa1-3/+3
2005-09-21Some compilers don't allow a static declaration of a function insideGuy Harris1-0/+9
2005-09-21An InnerContextToken comes with an OID for the mechanism, which is whatGuy Harris1-42/+29
2005-09-15Don't use u_char - not all platforms define it, and even those that doGuy Harris1-2/+2
2005-09-15Replace the spnego dissector with an asn2eth generated one.Anders Broman1-0/+1074