http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=33478
User: wmeier
Date: 2010/07/08 05:23 PM
Log:
From Ian Schorr: "NFSv4 COMMIT Calls not decoding"
NFSv4 COMMIT Requests are not decoded. NFS "malformed packet" logic is
tripped.
This was a bug introduced with the changes in bug 4975. The dissector
erroneously tries to decode 4 bytes past the end of the packet.
A patch is attached that fixes that, as well as adds "Offset" info in the Info
column for COMMIT calls.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4990
Directory: /trunk/epan/dissectors/
Changes Path Action
+2 -3 packet-nfs.c Modified