aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-03-19 17:07:55 +0100
committerMichael Mann <mmann78@netscape.net>2017-03-19 16:23:53 +0000
commitdfed842147e93fd95b5d10a578522ec1eaddca35 (patch)
tree5a7f58a55465f35881863cae9285aeb7ce7a56b7
parented234da840da24625e63e2146f81a993f7f39b74 (diff)
dissector: fix typo identifer -> identifier
Change-Id: Id23d219f06c2c504b9e4c845a1bf9d4c2531bc93 Reviewed-on: https://code.wireshark.org/review/20629 Reviewed-by: Michael Mann <mmann78@netscape.net>
-rw-r--r--epan/dissectors/packet-homeplug-av.c2
-rw-r--r--epan/dissectors/packet-nvme-rdma.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-homeplug-av.c b/epan/dissectors/packet-homeplug-av.c
index 5ce4a188d7..526eeeef0c 100644
--- a/epan/dissectors/packet-homeplug-av.c
+++ b/epan/dissectors/packet-homeplug-av.c
@@ -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,
diff --git a/epan/dissectors/packet-nvme-rdma.c b/epan/dissectors/packet-nvme-rdma.c
index d1ff35fe05..cb2d69f830 100644
--- a/epan/dissectors/packet-nvme-rdma.c
+++ b/epan/dissectors/packet-nvme-rdma.c
@@ -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,