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

Date: Tue, 15 May 2007 20:46:46 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21795

User: sahlberg
Date: 2007/05/15 08:46 PM

Log:
 when spawning off to the next smb2 pdu in a chain we need to create a 
 new tvb for it    or else the offset/length calculations for where blobs 
 a		next_tvb=tvb_new_subset(tvb, chain_offset, MIN((int)len, 
 tvb_length_remaining(tvb, off)), len);
 re in the packets are wrong.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +7 -2      packet-smb2.c    Modified