aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fip.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-09-23 19:14:35 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-09-23 19:14:35 +0000
commitd909f9f62cb34c020418d6a5b6a5da4d12e1bedf (patch)
tree85e6ad7b56475630a426d74973b1323cfbeabd77 /epan/dissectors/packet-fip.c
parent64fb3eb49673b6c50447fa6f54d55adf49b94911 (diff)
Fix for bug 4046:
Fix type of FIP dissector header field hf_fip_desc_map. svn path=/trunk/; revision=30103
Diffstat (limited to 'epan/dissectors/packet-fip.c')
-rw-r--r--epan/dissectors/packet-fip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fip.c b/epan/dissectors/packet-fip.c
index d17561fdf8..55a1cbd182 100644
--- a/epan/dissectors/packet-fip.c
+++ b/epan/dissectors/packet-fip.c
@@ -526,7 +526,7 @@ proto_register_fip(void)
{ &hf_fip_desc_mac,
{"MAC Address", "fip.mac", FT_ETHER, BASE_NONE, NULL, 0, NULL, HFILL}},
{ &hf_fip_desc_map,
- {"FC-MAP-OUI", "fip.map", FT_BYTES, BASE_NONE, NULL, 0, NULL, HFILL}},
+ {"FC-MAP-OUI", "fip.map", FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL}},
{ &hf_fip_desc_name,
{"Switch or Node Name", "fip.name", FT_STRING, BASE_NONE, NULL,
0, NULL, HFILL}},