Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-smb.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: Fri, 16 Nov 2001 03:27:05 -0600 (CST)
guy         2001/11/16 03:27:05 CST

  Modified files:
    .                    packet-smb.c 
  Log:
  Don't save a full "smb_info" structure in the hash tables for requests
  and replies, just save a structure holding that information that can't
  be derived from the contents of one of the SMBs.
  
  Don't save anything at all for NT Cancel requests - they have the same
  TID/PID/MID/UID as the SMB being cancelled, and you want the information
  for that request used when dissecting the NT Cancel (so it gets the
  number of the frame containing the request being cancelled) and when
  dissecting the reply to the request being cancelled.
  
  Get rid of an unused routine.
  
  Revision  Changes    Path
  1.152     +133 -94   ethereal/packet-smb.c