Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-dcerpc-lsa.c packet-dcerpc-nt.c packe

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

From: Tim Potter <tpot@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 21 Aug 2002 20:13:15 -0500 (CDT)
tpot        2002/08/21 20:13:15 CDT

  Modified files:
    .                    packet-dcerpc-lsa.c packet-dcerpc-nt.c 
                         packet-dcerpc-nt.h packet-dcerpc-samr.c 
                         packet-dcerpc-spoolss.c 
  Log:
  Some cleanups and fixes from Guy:
  
   - combine proto_tree_add_text() and proto_tree_append_text() calls in the
     access mask dissector
  
   - make the specific access bits dissector functions return void instead of
     an offset
  
  I think Samba has the create user reply wrong.  There is perhaps a uint32
  marked as unknown that shouldn't be there.  Removing this parses all the
  captures I have.
  
  Revision  Changes    Path
  1.56      +2 -4      ethereal/packet-dcerpc-lsa.c
  1.44      +8 -14     ethereal/packet-dcerpc-nt.c
  1.29      +3 -3      ethereal/packet-dcerpc-nt.h
  1.56      +8 -21     ethereal/packet-dcerpc-samr.c
  1.49      +2 -4      ethereal/packet-dcerpc-spoolss.c