http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23917
User: jake
Date: 2007/12/18 10:41 PM
Log:
From Alex Burlyga:
When parsing nfsv4 GETATTR reply in attribute fs_location wireshark displays incorrect content for the attribute value. It looks like instead of parsing as rpc arrays, value gets parsed as
rpc linked list. This patch which fixes the problem
I also noticed that FATTR4_MOUNTED_ON_FILEID attribute is not getting parsed, so I added parsing for that as well.
Directory: /trunk/epan/dissectors/
Changes Path Action
+25 -4 packet-nfs.c Modified