explicitely set the nfs options we need in tshark rather
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 12 Aug 2008 02:59:33 +0000 (12:59 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 12 Aug 2008 02:59:33 +0000 (12:59 +1000)
than relying that they are set in .wireshark/preferences

web/nfsloadfile.sh

index d3229e28cb6906d4f942aa92ae8af85f1c3e1bf0..4440272c33b6757df97816470260cb679b5db995 100755 (executable)
@@ -97,6 +97,9 @@ rm -rf $DBDIR
 mkdir -p $DBDIR
 
 $TSHARK -n -r $1 -R "nfs" \
+       -o "nfs.file_name_snooping:TRUE" \
+       -o "nfs.file_full_name_snooping:TRUE" \
+       -o "nfs.fhandle_find_both_reqrep:TRUE" \
        -z "proto,colinfo,rpc.xid,rpc.xid" \
        -z "proto,colinfo,rpc.msgtyp,rpc.msgtyp" \
        -z "proto,colinfo,nfs.nfsstat3,nfs.nfsstat3" \