Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to capture filename (path) for NFSv4 traffic using tshark

Im using tshark to detect the most called files by specifics nfs.procedure_v3 (my capture filter for read,write getattr ...) by analyzing the amount of Fields like nfs.fattr3.fileid (inode) and nfs.fattr3.fsid. How to make it for NFSv4 which should be able to display filename and even path directly in packets. Thank you.