aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ospf.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2023-03-28 10:36:05 +0100
committerMartin Mathieson <martin.mathieson@keysight.com>2023-03-28 10:36:05 +0100
commit399c04eafaab8309d213e7ac800c48a944fd7196 (patch)
tree344fa8d538ec3b93073458a4a166d0925109b264 /epan/dissectors/packet-ospf.c
parenta37881ad3174903b843ac7b702839008ca3eb621 (diff)
Some more check_type_item_calls warnings.
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 f3f54fac81..9ecc1e4e25 100644
--- a/epan/dissectors/packet-ospf.c
+++ b/epan/dissectors/packet-ospf.c
@@ -4437,7 +4437,7 @@ proto_register_ospf(void)
/* LS Types */
{&hf_ospf_ls_type,
- { "LS Type", "ospf.lsa", FT_UINT8, BASE_DEC,
+ { "LS Type", "ospf.lsa", FT_UINT32, BASE_DEC,
VALS(ls_type_vals), 0x0, NULL, HFILL }},
{&hf_ospf_ls_age,
{"LS Age (seconds)", "ospf.lsa.age", FT_UINT16,