Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal crypt-des.c crypt-des.h AUTHORS Makefile.am

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, 31 Dec 2002 02:05:33 -0600 (CST)
guy         2002/12/31 02:05:33 CST

  Modified files:
    .                    AUTHORS Makefile.am Makefile.nmake 
                         packet-dcerpc.c packet-ntlmssp.c 
  Added files:
    .                    crypt-des.c crypt-des.h 
  Log:
  From Devin Heitmueller: support for decrypting DCERPC conversations
  using NTLMSSP version 1.
  
  Show stub data as such for all requests and replies where we can't
  dissect the stub data as a request or reply for some DCERPC-based
  protocol.
  
  Revision  Changes    Path
  1.691     +2 -0      ethereal/AUTHORS
  1.531     +3 -1      ethereal/Makefile.am
  1.265     +2 -1      ethereal/Makefile.nmake
  1.93      +148 -89   ethereal/packet-dcerpc.c
  1.33      +490 -46   ethereal/packet-ntlmssp.c