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: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 22 Apr 2002 04:43:05 -0500 (CDT)
guy         2002/04/22 04:43:04 CDT

  Modified files:
    .                    packet-dcerpc-nt.c packet-dcerpc-nt.h 
                         packet-dcerpc-spoolss.c packet-dcerpc.c 
                         packet-dcerpc.h 
  Log:
  Frame numbers are unsigned, and 0 is not a valid frame number; make the
  frame number arguments, and elements in data structures, unsigned,
  display them with "%u" rather than "%d", and use 0, rather than -1, as
  "not known".
  
  Revision  Changes    Path
  1.28      +9 -9      ethereal/packet-dcerpc-nt.c
  1.22      +4 -4      ethereal/packet-dcerpc-nt.h
  1.19      +89 -89    ethereal/packet-dcerpc-spoolss.c
  1.44      +10 -10    ethereal/packet-dcerpc.c
  1.13      +3 -3      ethereal/packet-dcerpc.h