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: Thu, 27 Jun 2002 20:23:28 -0500 (CDT)
tpot        2002/06/27 20:23:28 CDT

  Modified files:
    .                    packet-dcerpc-nt.c packet-dcerpc-nt.h 
                         packet-dcerpc-spoolss.c 
  Log:
  Cleaned up NT policy handle hashing a bit.  Split the store function
  into two - one that stores request/reply frame numbers and another
  that associates a text name with a policy handle.
  
  Removed all calls to prs_policy_hnd() and converted to calls to
  dissect_nt_policy_hnd().
  
  Revision  Changes    Path
  1.40      +65 -58    ethereal/packet-dcerpc-nt.c
  1.27      +15 -8     ethereal/packet-dcerpc-nt.h
  1.45      +73 -110   ethereal/packet-dcerpc-spoolss.c