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 35304: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 30 Dec 2010 02:56:54 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35304

User: guy
Date: 2010/12/29 06:56 PM

Log:
 The rids argument to samr_GetGroupsForUser() is *not* a single RID, it's
 an array of samr_RidWithAttributeArray structures.  Don't equate it to
 hf_samr_rid; that causes hf_samr_rid to be added as an item with a
 length of -1, but, as hf_samr_rid is an FT_UINT32 field, that causes a
 dissector bug error.
 
 The version of Yapp I was using, at least, didn't like C++-style
 comments in the IDL file; replace them with C-style comments.

Directory: /trunk/epan/dissectors/
  Changes    Path                    Action
  +5 -2      packet-dcerpc-samr.c    Modified

Directory: /trunk/epan/dissectors/pidl/
  Changes    Path          Action
  +0 -1      samr.cnf      Modified
  +2 -2      samr.idl      Modified