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

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: Tue, 5 Nov 2002 15:41:28 -0600 (CST)
guy         2002/11/05 15:41:28 CST

  Modified files:
    .                    packet-dcerpc.c packet-gssapi.c 
  Log:
  In connection-oriented DCE RPC, the authentication data are credentials
  only in bind, bind_ack, alter_context, alter_context_response, and auth3
  PDUs; they're a verifier of some sort in other PDUs.  The verifier
  appears to start with an OID for the real authentication mechanism if
  the authentication type is SPNEGO.
  
  Revision  Changes    Path
  1.86      +58 -21    ethereal/packet-dcerpc.c
  1.21      +48 -30    ethereal/packet-gssapi.c