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.