From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4830 :
authorJeff Morriss <jeff.morriss@ulticom.com>
Thu, 3 Jun 2010 02:15:32 +0000 (02:15 -0000)
committerJeff Morriss <jeff.morriss@ulticom.com>
Thu, 3 Jun 2010 02:15:32 +0000 (02:15 -0000)
Display the fsid (filesystem ID) in decimal as well as hex in the "attributes"
section of the header in NFSv3/v4 replies.

svn path=/trunk/; revision=33068

epan/dissectors/packet-nfs.c

index 63bd065cb33dfe71bc620054bf761a1fe32440f4..a4b2462788fe91d738327ab077916dad3708e3d6 100644 (file)
@@ -10630,7 +10630,7 @@ proto_register_nfs(void)
                        NULL, 0, NULL, HFILL }},
 
                { &hf_nfs_fattr3_fsid, {
-                       "fsid", "nfs.fattr3.fsid", FT_UINT64, BASE_HEX,
+                       "fsid", "nfs.fattr3.fsid", FT_UINT64, BASE_HEX_DEC,
                        NULL, 0, NULL, HFILL }},
 
                { &hf_nfs_fattr3_fileid, {