There can be more than one SMB request or response in a frame when
authorGuy Harris <guy@alum.mit.edu>
Thu, 6 Dec 2001 06:35:31 +0000 (06:35 -0000)
committerGuy Harris <guy@alum.mit.edu>
Thu, 6 Dec 2001 06:35:31 +0000 (06:35 -0000)
commitfc6a4d9b6f7cbaefd48ec9cd25fafe03e40596d6
tree73caa400a0037d534042ea845e9198507d91b244
parent6542c181722792d78608f924d087fd1e5ae90377
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.

svn path=/trunk/; revision=4344
packet-smb.c