Wireshark-commits: [Wireshark-commits] rev 52098: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Mon, 16 Sep 2013 10:39:09 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52098

User: mmann
Date: 2013/09/16 03:39 AM

Log:
 Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_ field name is the first part of the formatted string.  This was all manual inspection and most cases were either:
 1. Case sensitivity differences between hf_ field name and formatted string.
 2. Unnecessary whitespace between hf_ field name and colon in formatted string
 
 There are cases where the hf_ field name doesn't quite match the proto_tree_add_uint_format, but it's close enough that one of them should be "right", I'm just not sure which is, I just know the string in proto_tree_add_uint_format is the one displayed.

Directory: /trunk/epan/dissectors/
  Changes    Path                           Action
  +2 -2      packet-ayiya.c                 Modified
  +9 -10     packet-cisco-sm.c              Modified
  +5 -7      packet-clnp.c                  Modified
  +2 -2      packet-dhcpv6.c                Modified
  +4 -4      packet-dua.c                   Modified
  +9 -9      packet-e212.c                  Modified
  +3 -3      packet-erf.c                   Modified
  +4 -4      packet-esis.c                  Modified
  +14 -14    packet-fc.c                    Modified
  +2 -2      packet-gsm_a_dtap.c            Modified
  +2 -2      packet-gsm_a_gm.c              Modified


(49 files not shown)