Wireshark-commits: [Wireshark-commits] rev 39429: /trunk/plugins/ /trunk/plugins/docsis/: packet-bp

Date: Sat, 15 Oct 2011 19:58:32 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39429

User: wmeier
Date: 2011/10/15 12:58 PM

Log:
 Convert plugin files proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_STRINGZ, FT_UINT_STRING as follows:
  1. If there's no character encoding (ENC_ASCII, ...) specified
     then use ENC_ASCII.
  2. For all but FT_UINT_STRING, always use ENC_NA
     (replacing any existing True/1/FALSE/0
     /ENC_BIG_ENDIAN/ENC_LITTLE_ENDIAN).

Directory: /trunk/plugins/docsis/
  Changes    Path                 Action
  +2 -2      packet-bpkmattr.c    Modified
  +7 -7      packet-tlv.c         Modified
  +1 -1      packet-vendor.c      Modified

Directory: /trunk/plugins/ethercat/
  Changes    Path               Action
  +1 -1      packet-ams.c       Modified
  +5 -5      packet-ecatmb.c    Modified

Directory: /trunk/plugins/irda/
  Changes    Path             Action
  +5 -5      packet-irda.c    Modified

Directory: /trunk/plugins/opcua/
  Changes    Path                       Action
  +6 -6      opcua_transport_layer.c    Modified

Directory: /trunk/plugins/unistim/
  Changes    Path                Action
  +7 -7      packet-unistim.c    Modified

Directory: /trunk/plugins/wimax/
  Changes    Path          Action
  +1 -1      msg_ucd.c     Modified