aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ospf.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2021-10-05 20:50:25 +0100
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-10-11 04:44:49 +0000
commita5df18e51e3b5c643eccddda7bf563dbdfcf418e (patch)
treee882c169f1261d87aa6365b51b432bc4489e7391 /epan/dissectors/packet-ospf.c
parentab34ebbc7b24fb31c4ec588f640fe7d9f24267a6 (diff)
Fix some spelling errors
Diffstat (limited to 'epan/dissectors/packet-ospf.c')
-rw-r--r--epan/dissectors/packet-ospf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ospf.c b/epan/dissectors/packet-ospf.c
index 4125065be1..6d046198c8 100644
--- a/epan/dissectors/packet-ospf.c
+++ b/epan/dissectors/packet-ospf.c
@@ -4426,7 +4426,7 @@ proto_register_ospf(void)
{ "Security Association Identifier (SA ID)", "ospf.at.sa_id", FT_UINT16,
BASE_HEX, NULL, 0x0, "That maps to the authentication algorithm and the secret key used to create the message digest", HFILL }},
{&hf_ospf_at_crypto_seq_nbr,
- { "Cryptographic Sequence Number", "ospf.at.cryto_seq_nbr", FT_UINT64,
+ { "Cryptographic Sequence Number", "ospf.at.crypto_seq_nbr", FT_UINT64,
BASE_DEC, NULL, 0x0, "Increasing sequence number that is used to guard against replay attacks", HFILL }},
{&hf_ospf_at_auth_data,
{ "Authentication Data", "ospf.at.auth_data", FT_BYTES,