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

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: Fri, 7 Feb 2003 00:01:52 -0600 (CST)
tpot        2003/02/07 00:01:52 CST

  Modified files:
    .                    packet-dcerpc-nt.c packet-dcerpc-nt.h 
                         packet-smb-common.h packet-smb.c 
  Log:
  Move dissect_nt_access_mask() from packet-dcerpc-nt.c to packet-smb.c
  
  Give dissect_nt_sec_desc() and dissect_nt_access_mask() a specific rights
  function parameter for dissecting specific access rights.
  
  Fix callers in packet-smb.c to use the new interface.
  
  Revision  Changes    Path
  1.63      +1 -343    ethereal/packet-dcerpc-nt.c
  1.39      +1 -11     ethereal/packet-dcerpc-nt.h
  1.17      +12 -2     ethereal/packet-smb-common.h
  1.305     +388 -18   ethereal/packet-smb.c