http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45480
User: alagoutte
Date: 2012/10/11 01:09 PM
Log:
From Richard Sharpe via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7840
packet-smb.c does not handle truncated frames well when dealing with TRANS2 FIND_{FIRST/NEXT} responses
The current code simply throws an exception if any of the expected data is
missing, even though there might be several file's worth of data available.
I will attach a patch that does a better job of handling truncated frames in
such cases.
Directory: /trunk/epan/dissectors/
Changes Path Action
+98 -26 packet-smb.c Modified