Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-dcerpc-lsa.c packet-dcerpc-spoolss.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 20:07:24 -0500 (CDT)
guy         2002/04/21 20:07:24 CDT

  Modified files:
    .                    packet-dcerpc-lsa.c 
                         packet-dcerpc-spoolss.c packet-smb.c 
  Log:
  Correctly dissect LSA security descriptors, at least as they appear
  inside a Netlogon security descriptor.
  
  Correctly dissect NT security descriptors as they appear inside an LSA
  security descriptor (at least as those appear inside a Netlogon security
  descriptor) - they get sent over the wire, apparently, as an opaque blob
  from the point of view of DCE RPC, at least from one capture I've seen,
  they do *not* get sent over the wire in DCE RPC NDR syntax.
  
  Revision  Changes    Path
  1.20      +29 -2     ethereal/packet-dcerpc-lsa.c
  1.18      +3 -3      ethereal/packet-dcerpc-spoolss.c
  1.244     +33 -13    ethereal/packet-smb.c