aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-06-03 02:15:32 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-06-03 02:15:32 +0000
commit6d1db36944768f4d871ae9c8da0e68929360ff2a (patch)
treef35be50be0524c65d95653be7dc94e3ab9c8481d /epan
parent584595fab3592502a684200154e545a22483cee8 (diff)
From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4830 :
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
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-nfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-nfs.c b/epan/dissectors/packet-nfs.c
index 63bd065cb3..a4b2462788 100644
--- a/epan/dissectors/packet-nfs.c
+++ b/epan/dissectors/packet-nfs.c
@@ -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, {