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

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, 24 Mar 2002 23:42:03 -0600 (CST)
tpot        2002/03/24 23:42:03 CST

  Modified files:
    .                    packet-dcerpc-spoolss.c 
                         packet-dcerpc-nt.h packet-dcerpc-nt.c 
  Log:
  Some refactoring of the spoolss dissector:
  
   - rewrote request/response hashing code and moved it into
     packet-dcerpc-nt.c for use by other dcerpc/smb dissectors
  
   - rewrote policy handle hashing code as above, with nifty improvements
  
   - moved check for unparsed data and end of frame into a function
  
   - fixed matching of printername to handle in addprinterex
  
  Revision  Changes    Path
  1.9       +377 -766  ethereal/packet-dcerpc-spoolss.c
  1.15      +41 -1     ethereal/packet-dcerpc-nt.h
  1.22      +509 -1    ethereal/packet-dcerpc-nt.c