Ethereal-cvs: [Ethereal-cvs] r11392 - trunk: trunk/packet-kerberos.c

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

Date: Sat, 17 Jul 2004 05:48:04 -0500 (CDT)
Author: guy
Date: Sat Jul 17 05:48:02 2004
New Revision: 11392

Modified:
   trunk/packet-kerberos.c
Log:
>From Jean-Baptiste Marchand: add Microsoft-specific name-types, and make
the name-type field signed.

Make the variable into which "dissect_krb5_name_type()" puts the name
type local to that routine - it's not used outside that routine.