aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/spnego
AgeCommit message (Expand)AuthorFilesLines
2006-05-21name changeRonnie Sahlberg2-4/+4
2006-04-25Add distclean and maintainerclean rules.Guy Harris1-0/+4
2006-03-30call OID subdissector for private extensiions, fix makefiles.Anders Broman1-2/+2
2006-02-23Add parsertab.pyc in clean targetAnders Broman1-1/+1
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 Kukosa2-4/+4
2005-09-21dissect_ber_octet_string() can return a null tvbuff pointer, if theGuy Harris1-12/+11
2005-09-21Some compilers don't allow a static declaration of a function insideGuy Harris2-3/+9
2005-09-21An InnerContextToken comes with an OID for the mechanism, which is whatGuy Harris3-131/+225
2005-09-19Don't dereference a null pointer. Fixes bug 460.Gerald Combs1-1/+1
2005-09-19In the SPNEGO dissector, don't call a subdissector if we don't have a TVB.Gerald Combs1-1/+4
2005-09-15Don't use u_char - not all platforms define it, and even those that doGuy Harris1-2/+2
2005-09-15Add a Makefile.Guy Harris1-0/+17
2005-09-15Replace the spnego dissector with an asn2eth generated one.Anders Broman5-0/+1359