aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/spnego
Commit message (Expand)AuthorAgeFilesLines
* Add distclean and maintainerclean rules.Guy Harris2006-04-251-0/+4
* call OID subdissector for private extensiions, fix makefiles.Anders Broman2006-03-301-2/+2
* Add parsertab.pyc in clean targetAnders Broman2006-02-231-1/+1
* microsoft does not use a confounder for spnego when using DNS/TSIGRonnie Sahlberg2005-12-251-4/+10
* - dissect_ber_object_identifier() returns value as tvbTomas Kukosa2005-11-142-4/+4
* dissect_ber_octet_string() can return a null tvbuff pointer, if theGuy Harris2005-09-211-12/+11
* Some compilers don't allow a static declaration of a function insideGuy Harris2005-09-212-3/+9
* An InnerContextToken comes with an OID for the mechanism, which is whatGuy Harris2005-09-213-131/+225
* Don't dereference a null pointer. Fixes bug 460.Gerald Combs2005-09-191-1/+1
* In the SPNEGO dissector, don't call a subdissector if we don't have a TVB.Gerald Combs2005-09-191-1/+4
* Don't use u_char - not all platforms define it, and even those that doGuy Harris2005-09-151-2/+2
* Add a Makefile.Guy Harris2005-09-151-0/+17
* Replace the spnego dissector with an asn2eth generated one.Anders Broman2005-09-155-0/+1359