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

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: Wed, 8 May 2002 21:44:23 -0500 (CDT)
tpot        2002/05/08 21:44:22 CDT

  Modified files:
    .                    packet-dcerpc-nt.c packet-dcerpc-nt.h 
  Log:
  Added a routine to dissect a DOS error code.  These are used in the spoolss
  (also registry and srvsvc?) pipe dissectors.
  
  Also added some helper routines for decoding a range of uint8s.  These map
  nicely to the dissect_{dcerpc,ndr}_foo() format with the addition of a
  length parameter, but aren't really part of the NDR specification and are
  probably only going to be used in the NT dcerpc dissectors.
  
  Revision  Changes    Path
  1.32      +65 -1     ethereal/packet-dcerpc-nt.c
  1.23      +17 -1     ethereal/packet-dcerpc-nt.h