Wireshark-commits: [Wireshark-commits] rev 39332: /trunk/ /trunk/asn1/ansi_map/: packet-ansi_map-te

Date: Mon, 10 Oct 2011 01:38:21 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39332

User: wmeier
Date: 2011/10/09 06:38 PM

Log:
 Convert 'encoding' parameter of certain proto_tree_add_item() calls in asn1/*:
   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_IPv6 use ENC_NA. (This was missed in SVN #39260)

Directory: /trunk/asn1/ansi_map/
  Changes    Path                          Action
  +105 -105  packet-ansi_map-template.c    Modified

Directory: /trunk/epan/dissectors/
  Changes    Path                 Action
  +105 -105  packet-ansi_map.c    Modified
  +3 -3      packet-gsm_map.c     Modified
  +1 -1      packet-idmp.c        Modified
  +2 -2      packet-ldap.c        Modified
  +1 -1      packet-snmp.c        Modified

Directory: /trunk/asn1/gsm_map/
  Changes    Path                         Action
  +3 -3      packet-gsm_map-template.c    Modified

Directory: /trunk/asn1/idmp/
  Changes    Path                      Action
  +1 -1      packet-idmp-template.c    Modified

Directory: /trunk/asn1/ldap/
  Changes    Path                      Action
  +2 -2      packet-ldap-template.c    Modified

Directory: /trunk/asn1/snmp/
  Changes    Path                      Action
  +1 -1      packet-snmp-template.c    Modified