ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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

Date: Fri, 09 Jul 2010 00:23:33 GMT
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