Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-dcerpc-krb5rpc.c packet-kerberos.c 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: Thu, 3 Jun 2004 20:56:26 -0500 (CDT)
sahlberg    2004/06/03 20:56:26 CDT

  Modified files:
    .                    packet-dcerpc-krb5rpc.c packet-kerberos.c 
                         packet-kerberos.h packet-kpasswd.c 
                         packet-pktc.c packet-spnego.c 
                         packet-telnet.c 
  Log:
  Add a mechanism where one can provide callbacks to the kerbgeros dissector
  to pass back dissection of application specific fields (octet strings)
  
  This can later be used to pick up session keys by dcerpc and similar.
  Currently it will initially be used by packetcable.
  
  PacketCable additions by Thomas Anders
  
  Revision  Changes    Path
  1.9       +3 -3      ethereal/packet-dcerpc-krb5rpc.c
  1.68      +34 -8     ethereal/packet-kerberos.c
  1.8       +16 -2     ethereal/packet-kerberos.h
  1.3       +3 -3      ethereal/packet-kpasswd.c
  1.6       +80 -7     ethereal/packet-pktc.c
  1.56      +3 -3      ethereal/packet-spnego.c
  1.46      +3 -3      ethereal/packet-telnet.c