Ethereal-cvs: [Ethereal-cvs] rev 12770: /trunk/epan/dissectors/: packet-smb.c

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

Date: Sun, 19 Dec 2004 03:20:04 -0000
User: sahlberg
Date: 2004/12/18 09:19 PM

Log:
 the mid values in smb are too unreliable for request/response matching since they wrap so quickly.
 
 This has the effect that if you have a capture file with a hole in it, sa say when snoop or similar stops capturing packets for a while while writing the data to disk   you often end up with a packet just after the hole that is a response packet  and which ethereal mistakenly matches with a request/response from before the hole.
 
 
 now,  when the first response is seen to a request   remove the entry from the unmatched table so that no other response can match the same request.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +13 -0     packet-smb.c    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=12770&view=rev