aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eap.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2023-01-29 18:39:20 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2023-01-29 18:39:20 +0000
commit407b707e1f0c9cbcf2c4b753e08801777478c51c (patch)
treeb529b5b56e64eec0d06ad5848d2e8a04d4932013 /epan/dissectors/packet-eap.c
parent516c69b92188275b571a90d415f95dc4f5e3b5f9 (diff)
check_typed_item_calls: filter out some false positives
Diffstat (limited to 'epan/dissectors/packet-eap.c')
-rw-r--r--epan/dissectors/packet-eap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-eap.c b/epan/dissectors/packet-eap.c
index 9a54a8252c..e441e6f58c 100644
--- a/epan/dissectors/packet-eap.c
+++ b/epan/dissectors/packet-eap.c
@@ -2647,7 +2647,7 @@ proto_register_eap(void)
NULL, HFILL }},
{ &hf_eap_tls_outer_tlvs_len, {
- "TEAP Outer TLVs Length", "eap.tls.len",
+ "TEAP Outer TLVs Length", "eap.tls.outer_tlvs_len",
FT_UINT32, BASE_DEC, NULL, 0x0,
NULL, HFILL }},