Wireshark-commits: [Wireshark-commits] rev 26871: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Fri, 28 Nov 2008 09:25:58 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=26871

User: girlich
Date: 2008/11/28 01:25 AM

Log:
 - Added support for little endian SVR4 NFS file handles (Solaris x86).
 - Added support for the optional "flag" field in the SVR4 NFS file handle
   (checked with OpenSolaris, NFSv3 and NFSv4).
 
 When the server file system is UFS, the SVR4 decoding works fine. ZFS still
 needs some work.
 
 I'm one of the "5 people or less in the world" (see checkin comment r18530),
 who care about the inner structure of NFS file handles. I may even re-enable
 the heuristics to determine the file handle type automatically, but the old
 NETAPP heuristics was definitely much too weak.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +142 -15   packet-nfs.c    Modified