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: Tue, 30 Apr 2002 18:48:17 -0500 (CDT)
guy         2002/04/30 18:48:17 CDT

  Modified files:
    .                    packet-dcerpc-lsa.c 
                         packet-dcerpc-spoolss.c 
                         packet-smb-common.h packet-smb.c 
  Log:
  From Joerg Mayer: get rid of unused "pinfo" argument to
  "dissect_nt_sec_desc()".
  
  Also, get rid of code to handle lengths of -1 in "dissect_nt_sec_desc()"
  - we never pass it a length of -1, as security descriptors aren't sent
  over the wire with NDR syntax.
  
  Revision  Changes    Path
  1.39      +2 -2      ethereal/packet-dcerpc-lsa.c
  1.23      +3 -3      ethereal/packet-dcerpc-spoolss.c
  1.11      +2 -2      ethereal/packet-smb-common.h
  1.255     +9 -35     ethereal/packet-smb.c