aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fc00.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2020-08-31 12:39:37 +0100
committerMartin Mathieson <martin.mathieson@keysight.com>2020-08-31 12:39:37 +0100
commit2999b7f6b378298001884fa0d95aa108ff0c5f3d (patch)
tree9126d40938183ef0fa4888e3bf54c3626d86cb23 /epan/dissectors/packet-fc00.c
parent73ff25185cc24791138de4752258a13eefe53484 (diff)
More spelling fixes, part 2 of 2nd pass of dissectors.
Diffstat (limited to 'epan/dissectors/packet-fc00.c')
-rw-r--r--epan/dissectors/packet-fc00.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/epan/dissectors/packet-fc00.c b/epan/dissectors/packet-fc00.c
index b9956063b0..cd0b5a8f43 100644
--- a/epan/dissectors/packet-fc00.c
+++ b/epan/dissectors/packet-fc00.c
@@ -188,37 +188,37 @@ proto_register_fc00(void)
},
{ &hf_fc00_auth_challenge,
- { "Auth Challenge", "fc00.auth_challange",
+ { "Auth Challenge", "fc00.auth_challenge",
FT_BYTES, BASE_NONE, NULL, 0x0,
NULL, HFILL }
},
{ &hf_fc00_auth_type,
- { "Auth Type", "fc00.auth_challange.type",
+ { "Auth Type", "fc00.auth_challenge.type",
FT_UINT8, BASE_DEC, NULL, 0x0,
NULL, HFILL }
},
{ &hf_fc00_auth_hash_code,
- { "Auth Hash Code", "fc00.auth_challange.hash_code",
+ { "Auth Hash Code", "fc00.auth_challenge.hash_code",
FT_BYTES, BASE_NONE, NULL, 0x0,
NULL, HFILL }
},
{ &hf_fc00_auth_poly,
- { "Poly1305 Authentication", "fc00.auth_challange.poly1305",
+ { "Poly1305 Authentication", "fc00.auth_challenge.poly1305",
FT_UINT8, BASE_DEC, NULL, 0x80,
NULL, HFILL }
},
{ &hf_fc00_auth_derivations,
- { "Auth Derivations", "fc00.auth_challange.derivations",
+ { "Auth Derivations", "fc00.auth_challenge.derivations",
FT_UINT16, BASE_DEC, NULL, 0x7F,
NULL, HFILL }
},
{ &hf_fc00_auth_additional,
- { "Auth Additional", "fc00.auth_challange.additional",
+ { "Auth Additional", "fc00.auth_challenge.additional",
FT_UINT16, BASE_HEX, NULL, 0x0,
NULL, HFILL }
},