aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2022-02-25 22:34:14 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2022-02-25 22:34:14 +0000
commit462d755d8cd549319a3f3ccb6fe481074d7abb13 (patch)
tree9b6f50e1d3d38c38a137c5f327df086c0a7a362c
parent4fdf7eee6f0cfa92885d4638aca9fdf463039b41 (diff)
IPv6: Calipso Domain of Interpretation is 4 bytes
-rw-r--r--epan/dissectors/packet-ipv6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ipv6.c b/epan/dissectors/packet-ipv6.c
index 77dfd6b42b..47bfb70c46 100644
--- a/epan/dissectors/packet-ipv6.c
+++ b/epan/dissectors/packet-ipv6.c
@@ -3478,7 +3478,7 @@ proto_register_ipv6(void)
},
{ &hf_ipv6_opt_calipso_doi,
{ "CALIPSO Domain of Interpretation", "ipv6.opt.calipso.doi",
- FT_UINT8, BASE_DEC, NULL, 0x0,
+ FT_UINT32, BASE_DEC, NULL, 0x0,
NULL, HFILL }
},
{ &hf_ipv6_opt_calipso_cmpt_length,