aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-glusterfs.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-04-30 00:55:18 +0000
committerMichael Mann <mmann78@netscape.net>2013-04-30 00:55:18 +0000
commit78ebc850ba6ab1890a144863e5339e3f225dcd2d (patch)
treeff04a8be6efcdf4f03bdc62fa9f02d2db2adfe6e /epan/dissectors/packet-glusterfs.c
parentc0c0b10f960f7e2012334e4ad2354039f631b580 (diff)
Convert 'Old GFID' and 'New GFID' to FT_GUID type.
From Niels de Vos, Bug 8612 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8612) svn path=/trunk/; revision=49093
Diffstat (limited to 'epan/dissectors/packet-glusterfs.c')
-rw-r--r--epan/dissectors/packet-glusterfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-glusterfs.c b/epan/dissectors/packet-glusterfs.c
index 56f90939e0..150583761e 100644
--- a/epan/dissectors/packet-glusterfs.c
+++ b/epan/dissectors/packet-glusterfs.c
@@ -2075,11 +2075,11 @@ proto_register_glusterfs(void)
"GFID of the parent directory", HFILL }
},
{ &hf_glusterfs_oldgfid,
- { "Old GFID", "glusterfs.oldgfid", FT_BYTES,
+ { "Old GFID", "glusterfs.oldgfid", FT_GUID,
BASE_NONE, NULL, 0, NULL, HFILL }
},
{ &hf_glusterfs_newgfid,
- { "New GFID", "glusterfs.newgfid", FT_BYTES,
+ { "New GFID", "glusterfs.newgfid", FT_GUID,
BASE_NONE, NULL, 0, NULL, HFILL }
},
{ &hf_glusterfs_path,