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

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: Sun, 27 Apr 2003 23:44:57 -0500 (CDT)
tpot        2003/04/27 23:44:57 CDT

  Modified files:
    .                    packet-dcerpc-lsa.c packet-dcerpc-samr.c 
                         packet-dcerpc-spoolss.c 
                         packet-dcerpc-svcctl.c 
                         packet-smb-common.h packet-smb.c 
  Log:
  Move the specific rights dissection function and name into a structure
  instead of passing them around as separate parameters.  This is a
  prelude to adding generic and standard mapping to the access mask
  dissection.
  
  Revision  Changes    Path
  1.76      +8 -4      ethereal/packet-dcerpc-lsa.c
  1.85      +35 -10    ethereal/packet-dcerpc-samr.c
  1.97      +11 -7     ethereal/packet-dcerpc-spoolss.c
  1.7       +7 -2      ethereal/packet-dcerpc-svcctl.c
  1.21      +10 -5     ethereal/packet-smb-common.h
  1.335     +16 -24    ethereal/packet-smb.c