Wireshark-commits: [Wireshark-commits] rev 22053: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Tue, 05 Jun 2007 21:23:52 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22053

User: guy
Date: 2007/06/05 09:23 PM

Log:
 For various routines used by dissect_smb_fid() to dissect various FID
 attributes specified at open time, have them take a length value, and
 pass 4 if the values are extracted from the current packet and 0 if they
 come from values saved when the FID was opened (as they're generated
 values not found in the packet) - that fixes bug 1638.

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