Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 42625: /trunk/epan/dissectors/ /trunk/epan/dissectors/dc

Date: Mon, 14 May 2012 23:05:29 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42625

User: guy
Date: 2012/05/14 04:05 PM

Log:
 Get rid of remaining Booleans-as-encoding-arguments in
 proto_tree_add_item() calls.
 
 Change the "idl-light"-to-dissector generator to use ENC_NA for
 structures and ENC_LITTLE_ENDIAN for bitmasks (are they always
 little-endian, or should they check the data representation?).  Also
 change it to properly set the display format for FT_ABSOLUTE_TIME fields
 (it now specifies whether to show local time, UTC, or UTC with a
 1-origin day-of-year).
 
 Change one routine in the template for the DRSUAPI dissector to use
 ENC_UTF_16|ENC_LITTLE_ENDIAN with proto_tree_add_item() (the field it
 dissects is known to be a string, so there's no need to check its data
 type).
 
 Regenerate the BUDB, BUTC, and DRSUAPI dissectors.  (The generated BUTC
 dissector handles pointers differently - either the old dissector was
 wrong, or the generator is wrong, or the IDL for the protocol is wrong,
 or the difference doesn't actually affect dissection.)
 
 The generator doesn't currently handle hex values in enums correctly;
 manually fix packet-dcerpc-drsuapi.h.

Directory: /trunk/epan/dissectors/dcerpc/
  Changes    Path          Action
  +6 -6      idl2wrs.c     Modified

Directory: /trunk/epan/dissectors/
  Changes    Path                       Action
  +1576 -1576 packet-dcerpc-budb.c       Modified
  +966 -942  packet-dcerpc-butc.c       Modified
  +3251 -3262 packet-dcerpc-drsuapi.c    Modified
  +4 -4      packet-dcerpc-drsuapi.h    Modified

Directory: /trunk/epan/dissectors/dcerpc/drsuapi/
  Changes    Path                                Action
  +2 -11     packet-dcerpc-drsuapi-template.c    Modified