Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ber.c packet-ber.h Makefile.common pa

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

From: sahlberg@xxxxxxxxxxxx (Ronnie Sahlberg)
Date: Fri, 20 Feb 2004 04:04:10 -0600 (CST)
sahlberg    2004/02/20 04:04:10 CST

  Modified files:
    .                    Makefile.common packet-kerberos.c 
  Added files:
    .                    packet-ber.c packet-ber.h 
  Log:
  Update to Kerberos.
  Split kerberos prototype into two halves:
  helpers to dissect ASN.1 BER in packet-ber.c
  and kerberos stuff using those helpers in packet-kerberos.c
  
  This new kerberos thing places filterable items for every single field
  and also dissects the bitstring Option fields.
  
  It is hoped that this will make it easier to extend kerberos to do decryption of service tickets.
  
  Revision  Changes    Path
  1.16      +3 -1      ethereal/Makefile.common
  1.47      +1318 -1162ethereal/packet-kerberos.c