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

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

From: Tim Potter <tpot@xxxxxxxxxxxxxxxxx>
Date: Tue, 15 Jul 2003 23:20:34 -0500 (CDT)
tpot        2003/07/15 23:20:34 CDT

  Modified files:
    .                    packet-ntlmssp.c packet-gssapi.c 
                         packet-dcerpc.h packet-dcerpc.c 
                         packet-dcerpc-netlogon.h 
                         packet-dcerpc-netlogon.c Makefile.am 
  Removed files:
    .                    packet-ntlmssp.h 
  Log:
  Move all DCERPC authentication/encryption dissection code from packet-dcerpc.c
  to the dissector that handles the particular authentication flavour.  This
  gets rid of a couple of ugly switch statements and allows other authentication
  modules to be written easily.
  
  Revision  Changes    Path
  1.41      +73 -3     ethereal/packet-ntlmssp.c
  1.27      +46 -3     ethereal/packet-gssapi.c
  1.33      +38 -1     ethereal/packet-dcerpc.h
  1.134     +179 -197  ethereal/packet-dcerpc.c
  1.14      +1 -15     ethereal/packet-dcerpc-netlogon.h
  1.84      +69 -54    ethereal/packet-dcerpc-netlogon.c
  1.599     +1 -2      ethereal/Makefile.am