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

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: Mon, 10 Feb 2003 00:21:59 -0600 (CST)
tpot        2003/02/10 00:21:58 CST

  Modified files:
    .                    packet-dcerpc-spoolss.c 
  Log:
  Deleted dissect_unistr2() function - call dissect_ndr_cvstring() instead.
  Hooray - I think that's the last of the spoolss specific string routines
  cleaned up.
  
  Cleanup of print notify dissections:
  
   - rename hf variable names
   - added 'job total bytes' and 'job bytes printed' filter fields
   - fixed bug dissecting job notify data introduced when converting to NDR
     routines
   - add hidden values for notify data so that filtering on (say) printer
     name brings up notify data that references it
   - decorate some higher level print notify proto_items to make things look
     pretty
  
  Add printer name to ReplyOpenPrinter policy handle name.
  
  Revision  Changes    Path
  1.87      +692 -493  ethereal/packet-dcerpc-spoolss.c