Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ntlmssp.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, 4 Mar 2003 14:52:37 -0600 (CST)
guy         2003/03/04 14:52:37 CST

  Modified files:
    .                    packet-ntlmssp.c 
  Log:
  From Todd Sabin: allocate the buffer for the decrypted payload, rather
  than using a fixed-size 1500-byte buffer.
  
  Use memory chunks for ntlmssp_info and ntlmssp_packet_info structures,
  and free up the chunks when we re-initialize the dissector.
  
  Revision  Changes    Path
  1.35      +53 -5     ethereal/packet-ntlmssp.c