dissector: fix typo identifer -> identifier

Change-Id: Id23d219f06c2c504b9e4c845a1bf9d4c2531bc93
Reviewed-on: https://code.wireshark.org/review/20629
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2017-03-19 17:07:55 +01:00 committed by Michael Mann
parent ed234da840
commit dfed842147
2 changed files with 2 additions and 2 deletions

View File

@ -4942,7 +4942,7 @@ proto_register_homeplug_av(void)
FT_UINT8, BASE_HEX, NULL, 0x00, NULL, HFILL }
},
{ &hf_homeplug_av_nw_info_tei,
{ "Terminal Equipement Identifer", "homeplug_av.nw_info.tei",
{ "Terminal Equipement Identifier", "homeplug_av.nw_info.tei",
FT_UINT8, BASE_DEC, NULL, 0x00, NULL, HFILL }
},
{ &hf_homeplug_av_nw_info_sta_role,

View File

@ -948,7 +948,7 @@ proto_register_nvme_rdma(void)
FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL}
},
{ &hf_nvme_rdma_cmd_connect_data_hostid,
{ "Host Identifer", "nvme-rdma.cmd.connect.data.hostid",
{ "Host Identifier", "nvme-rdma.cmd.connect.data.hostid",
FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL}
},
{ &hf_nvme_rdma_cmd_connect_data_cntlid,