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: Thu, 6 Dec 2001 00:35:33 -0600 (CST)
guy         2001/12/06 00:35:33 CST

  Modified files:
    .                    packet-smb.c 
  Log:
  There can be more than one SMB request or response in a frame when
  you're doing NetBIOS-over-TCP (yes, I've seen that, with one response
  being a Transaction and the other being a Read and X), so the frame
  number is insufficient as a key in the hash table of matched
  request/response pairs; use the frame number and the MID.
  
  Revision  Changes    Path
  1.180     +64 -16    ethereal/packet-smb.c