I'm working on NFSv3/4 network utility and for testing purposes I am looking for NFSv4 captures containing all possible NFSv4 operations. I found a "Fairly complete trace of all NFS v3 packet types" here http://wiki.wireshark.org/SampleCaptures#NFS_Protocol_Family I googled a lot but I can not find something similar for NFSv4. Yes, off course most of NFSv4 operations I was able to easily reproduce by myself. But I don't know how too make these: CREATE, LINK, LOCK, LOCKT, LOCKU, NVERIFY, OPENATTR, OPEN_DOWNGRADE, READ, READLINK, SECINFO, VERIFY, RELEASE_LOCKOWNER, GET_DIR_DELEGATION. Maybe someone can share with me some kind of "NFSv4_all_operations_capture.pcap" or tell me the way to reproduce them? asked 30 Sep '14, 08:02 Alexey Costroma |
2 Answers:
The following is a list of nfsv4 opcodes found in nfs captures posted to Wireshark bugzilla. You can use the "Custom Search" function under the "Not so simple search" tab of the bugzilla search screen to find the bug to which the file is attached. (Don't include the initial leading "digits-" in the filename being searched for". Note that you must select all the fields under resolution for the search to succeed.
answered 01 Oct ‘14, 10:18 Bill Meier ♦♦ |
Try pcapr.net. There are a number of NFS capture files there. Most of them are v2 or v3, but one of them is specifically listed as being v4. answered 30 Sep '14, 10:13 Jim Aragon I've already tried (( Well I've found several small NFSv4 traces, but there was only NVERIFY and some other operations that I already have. Unfortunatelly they don't contain CREATE, LINK, LOCK, LOCKT, LOCKU, OPENATTR, OPEN_DOWNGRADE, READ, READLINK, SECINFO, VERIFY, RELEASE_LOCKOWNER, GET_DIR_DELEGATION (30 Sep '14, 23:30) Alexey Costroma |
That’s great! Thank you!