Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-dcerpc-samr.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 21 Apr 2002 19:09:23 -0500 (CDT)
guy         2002/04/21 19:09:22 CDT

  Modified files:
    .                    packet-dcerpc-samr.c 
  Log:
  Fix an error in the "dcerpc_samr_dissectors[]" table.
  
  Rename "samr_dissect_enum_dom_alias_rqst()" and
  "samr_dissect_enum_dom_alias_reply()" to
  "samr_dissect_enum_dom_aliases_rqst()" and
  "samr_dissect_enum_dom_aliases_reply()", to match the name of the RPC
  that they dissect.
  
  Rename the routines used to dissect the unknown 0x2f requests and replies
  along the lines of the names of the routines for other unknown requests
  and replies, and change the Info column information in that fashion as
  well.
  
  Dissect the USER_INFO structure in the QueryUserInfo response.
  
  Revision  Changes    Path
  1.33      +20 -12    ethereal/packet-dcerpc-samr.c