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

Date: Thu, 06 Oct 2011 03:35:52 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=39288

User: wmeier
Date: 2011/10/05 08:35 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_UINT8
     FT_UINT16
     FT_UINT24
     FT_UINT32
     FT_UINT64
     FT_INT8
     FT_INT16
     FT_INT24
     FT_INT32
     FT_INT64
     FT_FLOAT
     FT_DOUBLE

Directory: /trunk/epan/dissectors/
  Changes    Path                                 Action
  +9 -9      packet-2dparityfec.c                 Modified
  +2 -2      packet-aim-buddylist.c               Modified
  +8 -8      packet-aim-generic.c                 Modified
  +6 -6      packet-aim-icq.c                     Modified
  +6 -6      packet-aim-sst.c                     Modified
  +32 -32    packet-ancp.c                        Modified
  +1 -1      packet-ansi_637.c                    Modified
  +2 -2      packet-ansi_a.c                      Modified
  +13 -13    packet-applemidi.c                   Modified
  +3 -3      packet-artnet.c                      Modified
  +2 -2      packet-aruba-erm.c                   Modified


(353 files not shown)