Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ntlmssp.c packet-smb-common.c packet-

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

From: Tim Potter <tpot@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 8 May 2003 20:41:31 -0500 (CDT)
tpot        2003/05/08 20:41:31 CDT

  Modified files:
    .                    packet-ntlmssp.c packet-smb-common.c 
                         packet-smb-common.h packet-smb.c 
  Log:
  Move the ntlmv2 response dissection out of packet-ntlmssp.c and in to
  packet-smb-common.c so it can be used elsewhere.
  
  Dissect a ntlmv2 response in a session setup SMB if detected.
  
  Revision  Changes    Path
  1.40      +17 -231   ethereal/packet-ntlmssp.c
  1.17      +199 -1    ethereal/packet-smb-common.c
  1.22      +17 -1     ethereal/packet-smb-common.h
  1.338     +21 -4     ethereal/packet-smb.c