Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-gssapi.c packet-gssapi.h packet-kerbe

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 31 Aug 2002 17:22:32 -0500 (CDT)
guy         2002/08/31 17:22:32 CDT

  Modified files:
    .                    packet-gssapi.c packet-gssapi.h 
                         packet-kerberos.c packet-ntlmssp.c 
                         packet-spnego.c 
  Log:
  Make "gssapi_init_oid()" take a dissector handle rather than a
  registered dissector name; that means you don't have to register a
  dissector by name to associate it with a GSS-API security mechanism OID.
  
  Revision  Changes    Path
  1.14      +4 -4      ethereal/packet-gssapi.c
  1.5       +3 -3      ethereal/packet-gssapi.h
  1.28      +3 -2      ethereal/packet-kerberos.c
  1.13      +7 -4      ethereal/packet-ntlmssp.c
  1.22      +7 -5      ethereal/packet-spnego.c