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

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Tue, 11 May 2004 02:30:33 -0500 (CDT)
guy         2004/05/11 02:30:33 CDT

  Modified files:
    .                    packet-kerberos.c 
  Log:
  Kerberos encryption types are ASN.1 integers, meaning signed values, and
  at least one mail message:
  
  	http://mailman.mit.edu/pipermail/kerberos/2004-February/004653.html
  
  shows some of the weird Microsoft encryption type values logged by some
  KDC implementation as negative integers.  Also, show them as decimal in
  the top-level line for encryption types, just as we do in the lines for
  each encryption type.
  
  Revision  Changes    Path
  1.58      +3 -3      ethereal/packet-kerberos.c