wireshark/asn1/spnego
Guy Harris 341a2f503d dissect_ber_octet_string() can return a null tvbuff pointer, if the
putative octet string isn't one; always check before using it to
dissect, and don't call the dissector if the tvbuff is null.  This
should fix bug 472.

svn path=/trunk/; revision=15946
2005-09-21 23:23:58 +00:00
..
Makefile Add a Makefile. 2005-09-15 23:17:42 +00:00
Makefile.nmake
packet-spnego-template.c Some compilers don't allow a static declaration of a function inside 2005-09-21 18:27:28 +00:00
packet-spnego-template.h
spnego.asn An InnerContextToken comes with an OID for the mechanism, which is what 2005-09-21 17:42:11 +00:00
spnego.cnf dissect_ber_octet_string() can return a null tvbuff pointer, if the 2005-09-21 23:23:58 +00:00