aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2012-05-31 13:22:52 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2012-05-31 13:22:52 +0000
commit08c7db04210ee17253fd48c58cf53c3cf2fa082c (patch)
treea8e37883479d0728e21fc6d9fb21b84d2cf91ff2 /epan/dissectors/packet-smb.c
parentd57656a43f5d4cfb251265be51130fa4dc870d39 (diff)
Display hf_smb_server_guid, hf_smb_volume_guid and hf_smb_dfs_referral_server_guid as FT_GUID
svn path=/trunk/; revision=42944
Diffstat (limited to 'epan/dissectors/packet-smb.c')
-rw-r--r--epan/dissectors/packet-smb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-smb.c b/epan/dissectors/packet-smb.c
index cffa35fe73..c91cfbe708 100644
--- a/epan/dissectors/packet-smb.c
+++ b/epan/dissectors/packet-smb.c
@@ -18274,11 +18274,11 @@ proto_register_smb(void)
NULL, 0, "Maximum raw buffer size", HFILL }},
{ &hf_smb_server_guid,
- { "Server GUID", "smb.server_guid", FT_BYTES, BASE_NONE,
+ { "Server GUID", "smb.server_guid", FT_GUID, BASE_NONE,
NULL, 0, "Globally unique identifier for this server", HFILL }},
{ &hf_smb_volume_guid,
- { "Volume GUID", "smb.volume_guid", FT_BYTES, BASE_NONE,
+ { "Volume GUID", "smb.volume_guid", FT_GUID, BASE_NONE,
NULL, 0, "Globally unique identifer for this volume", HFILL }},
{ &hf_smb_security_blob_len,
@@ -19922,7 +19922,7 @@ proto_register_smb(void)
NULL, 0, "Dfs expanded name", HFILL }},
{ &hf_smb_dfs_referral_server_guid,
- { "Server GUID", "smb.dfs.referral.server_guid", FT_BYTES, BASE_NONE,
+ { "Server GUID", "smb.dfs.referral.server_guid", FT_GUID, BASE_NONE,
NULL, 0, "Globally unique identifier for this server", HFILL }},
{ &hf_smb_end_of_search,