aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/spnego
AgeCommit message (Expand)AuthorFilesLines
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