aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2016-11-02 20:51:10 -0400
committerMichael Mann <mmann78@netscape.net>2016-11-03 02:31:36 +0000
commit9b25c5ebf7d89a3f676ef96c1d06a2eae8c6a3e3 (patch)
treeee5188c50d8b776fa7126b18df29b95bad1e3e3e
parent2c8c42df3cb7c9c1047755bea7f6b545bcf9d3cc (diff)
Fix lintian found spelling error "identifer" -> "identifier"
Change-Id: I78281ce097e36df546338a5dacb03a11bedd2b24 Reviewed-on: https://code.wireshark.org/review/18642 Reviewed-by: Michael Mann <mmann78@netscape.net>
-rw-r--r--epan/dissectors/packet-dof.c4
-rw-r--r--epan/dissectors/packet-ieee802154.c2
-rw-r--r--epan/dissectors/packet-smb.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-dof.c b/epan/dissectors/packet-dof.c
index 486562d1c4..3fd5a4f569 100644
--- a/epan/dissectors/packet-dof.c
+++ b/epan/dissectors/packet-dof.c
@@ -10917,7 +10917,7 @@ static void dof_register(void)
/* Security mode of operation templates. */
static uat_field_t secmode_uat_fields[] = {
UAT_FLD_CSTRING(secmode_list, domain, "Domain", "The domain, coded as hex digits of PDU Security.7."),
- UAT_FLD_CSTRING(secmode_list, identity, "Group ID", "The group identifer, coded as hex digits of PDU Security.8."),
+ UAT_FLD_CSTRING(secmode_list, identity, "Group ID", "The group identifier, coded as hex digits of PDU Security.8."),
UAT_FLD_CSTRING(secmode_list, kek, "KEK", "The KEK, coded as hex digits representing the KEK (256-bit)."),
UAT_END_FIELDS
};
@@ -10931,7 +10931,7 @@ static void dof_register(void)
/* Identity secrets. */
static uat_field_t identsecret_uat_fields[] = {
UAT_FLD_CSTRING(identsecret_list, domain, "Domain", "The domain, coded as hex digits of PDU Security.7."),
- UAT_FLD_CSTRING(identsecret_list, identity, "Identity", "The group identifer, coded as hex digits of PDU Security.8."),
+ UAT_FLD_CSTRING(identsecret_list, identity, "Identity", "The group identifier, coded as hex digits of PDU Security.8."),
UAT_FLD_CSTRING_OTHER(identsecret_list, secret, "Secret", identsecret_chk_cb, "The resolved secret for a given identity, coded as hex digits representing the secret (256-bit)."),
UAT_END_FIELDS
};
diff --git a/epan/dissectors/packet-ieee802154.c b/epan/dissectors/packet-ieee802154.c
index d9ad40d2f6..4fbf30b1c7 100644
--- a/epan/dissectors/packet-ieee802154.c
+++ b/epan/dissectors/packet-ieee802154.c
@@ -488,7 +488,7 @@ static const true_false_string ieee802154_gts_direction_tfs = {
};
/* The 802.15.4-2003 security suites for the security preferences (only AES-CCM suites are supported). */
-/* NOTE: The equivalent 2006 security level identifer enumerations are used to simplify 2003 & 2006 integration! */
+/* NOTE: The equivalent 2006 security level identifier enumerations are used to simplify 2003 & 2006 integration! */
static const enum_val_t ieee802154_2003_sec_suite_enums[] = {
{ "AES-CCM-128", "AES-128 Encryption, 128-bit Integrity Protection", SECURITY_LEVEL_ENC_MIC_128 },
{ "AES-CCM-64", "AES-128 Encryption, 64-bit Integrity Protection", SECURITY_LEVEL_ENC_MIC_64 },
diff --git a/epan/dissectors/packet-smb.c b/epan/dissectors/packet-smb.c
index 0b354129c7..fe9a8a614b 100644
--- a/epan/dissectors/packet-smb.c
+++ b/epan/dissectors/packet-smb.c
@@ -18016,7 +18016,7 @@ proto_register_smb(void)
{ &hf_smb_volume_guid,
{ "Volume GUID", "smb.volume_guid", FT_GUID, BASE_NONE,
- NULL, 0, "Globally unique identifer for this volume", HFILL }},
+ NULL, 0, "Globally unique identifier for this volume", HFILL }},
{ &hf_smb_security_blob_len,
{ "Security Blob Length", "smb.security_blob_len", FT_UINT16, BASE_DEC,