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

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Tim Potter <tpot@xxxxxxxxxxxxxxxxx>
Date: Thu, 25 Sep 2003 23:43:05 -0500 (CDT)
tpot        2003/09/25 23:43:05 CDT

  Modified files:
    .                    packet-dcerpc.c 
  Log:
  Use zero to mean we haven't seen any authentication level information
  in dcerpc_auth_info since auth_level is an unsigned type.  Zero is
  not a valid authentication level anyway (s13.1.2.1, p611 CAE spec).
  
  Remove two inscrutable debugging comments that don't seem to mean anything.
  
  Revision  Changes    Path
  1.141     +7 -7      ethereal/packet-dcerpc.c