summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-fip.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-fip.c')
-rw-r--r--epan/dissectors/packet-fip.c13
1 files changed, 8 insertions, 5 deletions
diff --git a/epan/dissectors/packet-fip.c b/epan/dissectors/packet-fip.c
index 55a1cbd182..8cbba589ff 100644
--- a/epan/dissectors/packet-fip.c
+++ b/epan/dissectors/packet-fip.c
@@ -524,20 +524,22 @@ proto_register_fip(void)
{ &hf_fip_desc_pri,
{"Priority", "fip.pri", FT_UINT8, BASE_DEC, NULL, 0, NULL, HFILL}},
{ &hf_fip_desc_mac,
- {"MAC Address", "fip.mac", FT_ETHER, BASE_NONE, NULL, 0, NULL, HFILL}},
+ {"MAC Address", "fip.mac", FT_ETHER, BASE_NONE, NULL,
+ 0, NULL, HFILL}},
{ &hf_fip_desc_map,
- {"FC-MAP-OUI", "fip.map", FT_STRING, 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}},
{ &hf_fip_desc_fab_vfid,
- {"VFID Descriptor", "fip.fab.vfid", FT_STRING, BASE_NONE, NULL,
+ {"VFID", "fip.fab.vfid", FT_UINT16, BASE_DEC, NULL,
0, NULL, HFILL}},
{ &hf_fip_desc_fab_map,
{"FC-MAP", "fip.fab.map", FT_STRING, BASE_NONE, NULL,
0, NULL, HFILL}},
{ &hf_fip_desc_fab_name,
- {"Fabric Descriptor", "fip.fab.name", FT_STRING, BASE_NONE, NULL,
+ {"Fabric Name", "fip.fab.name", FT_STRING, BASE_NONE, NULL,
0, NULL, HFILL}},
{ &hf_fip_desc_fcoe_size,
{"Max FCoE frame size", "fip.fcoe_size", FT_UINT16, BASE_DEC, NULL,
@@ -555,7 +557,8 @@ proto_register_fip(void)
{"FKA_ADV_Period", "fip.fka", FT_UINT32, BASE_DEC, NULL,
0, NULL, HFILL}},
{ &hf_fip_desc_vend,
- {"Vendor-ID", "fip.vendor", FT_BYTES, BASE_NONE, NULL, 0, NULL, HFILL}},
+ {"Vendor-ID", "fip.vendor", FT_BYTES, BASE_NONE, NULL,
+ 0, NULL, HFILL}},
{ &hf_fip_desc_vend_data,
{"Vendor-specific data", "fip.vendor.data", FT_BYTES, BASE_NONE, NULL,
0, NULL, HFILL}},