wireshark/asn1/spnego
Bill Meier e2996ceabe Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1 dissectors:
Specifically:  Replace FALSE|0 and TRUE|1 by ENC_BIG_ENDIAN|ENC_LITTLE_ENDIAN as
 the encoding parameter for proto_tree_add_item() calls which directly reference
 an item in hf[] which has a type of:
    FT_UINT8
    FT_UINT16
    FT_UINT24
    FT_UINT32
    FT_UINT64
    FT_INT8
    FT_INT16
    FT_INT24
    FT_INT32
    FT_INT64
    FT_FLOAT
    FT_DOUBLE


svn path=/trunk/; revision=39294
2011-10-06 16:50:13 +00:00
..
Makefile.am - Change Makefiles to include preinc 2007-10-10 19:03:24 +00:00
Makefile.common Remove unused NEED_PACKET_PROTO_H variable 2009-10-08 17:26:57 +00:00
Makefile.nmake - Change Makefiles to include preinc 2007-10-10 19:03:24 +00:00
packet-spnego-template.c Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1 dissectors: 2011-10-06 16:50:13 +00:00
packet-spnego-template.h name change 2006-05-21 05:12:17 +00:00
spnego.asn An InnerContextToken comes with an OID for the mechanism, which is what 2005-09-21 17:42:11 +00:00
spnego.cnf Initialize MechType_oid in the right place. 2010-07-01 00:44:21 +00:00