http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39329
User: wmeier
Date: 2011/10/09 05:53 PM
Log:
Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugins/*:
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 an earlier SVN)
Directory: /trunk/plugins/docsis/
Changes Path Action
+1 -1 packet-bpkmattr.c Modified
+4 -4 packet-dcd.c Modified
+9 -9 packet-docsis.c Modified
+28 -28 packet-tlv.c Modified
Directory: /trunk/plugins/ethercat/
Changes Path Action
+9 -9 packet-ams.c Modified
+39 -39 packet-ecatmb.c Modified
+2 -2 packet-esl.c Modified
+27 -27 packet-ethercat-datagram.c Modified
Directory: /trunk/plugins/irda/
Changes Path Action
+12 -12 packet-irda.c Modified
Directory: /trunk/plugins/opcua/
Changes Path Action
+16 -16 opcua_simpletypes.c Modified
(10 files not shown)