http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39328
User: wmeier
Date: 2011/10/09 05:39 PM
Log:
Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-autogenerated epan/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_BOOLEAN
FT_IPv4
FT_EUI64
FT_GUID
FT_UINT_STRING
Also: For type FT_ITv6 use ENC_NA. (This was missed in SVN #39260)
Directory: /trunk/epan/dissectors/
Changes Path Action
+3 -3 packet-2dparityfec.c Modified
+1 -1 packet-acn.c Modified
+1 -1 packet-ancp.c Modified
+8 -8 packet-ansi_a.c Modified
+2 -2 packet-aodv.c Modified
+3 -3 packet-aruba-papi.c Modified
+1 -1 packet-asap.c Modified
+8 -8 packet-assa_r3.c Modified
+1 -1 packet-bacapp.c Modified
+6 -6 packet-bgp.c Modified
+3 -3 packet-bootp.c Modified
(167 files not shown)