aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wccp.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2020-10-26 09:24:49 +0000
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2020-10-26 09:30:53 +0000
commit2fe6c3cd8505747d70d81d6737dc5d7ebb9661b9 (patch)
tree38810f79242bbae261e8db59895707c8f52664e3 /epan/dissectors/packet-wccp.c
parent2920c49c1d2a3d9033140f91835fb4cdc84161f7 (diff)
Fix some more item lengths.
Diffstat (limited to 'epan/dissectors/packet-wccp.c')
-rw-r--r--epan/dissectors/packet-wccp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-wccp.c b/epan/dissectors/packet-wccp.c
index b16da725fd..1d3a2e616b 100644
--- a/epan/dissectors/packet-wccp.c
+++ b/epan/dissectors/packet-wccp.c
@@ -2857,7 +2857,7 @@ proto_register_wccp(void)
"The data for an unknown item type", HFILL }
},
{ &hf_security_info_option,
- { "Security Option", "wccp.security_info_option", FT_UINT16, BASE_DEC, VALS(security_option_vals), 0x0,
+ { "Security Option", "wccp.security_info_option", FT_UINT32, BASE_DEC, VALS(security_option_vals), 0x0,
NULL, HFILL }
},
{ &hf_security_info_md5_checksum,
@@ -3449,7 +3449,7 @@ proto_register_wccp(void)
"The WCCP Address Table Address Length", HFILL }
},
{ &hf_address_table_length,
- { "Length", "wccp.address_table.length", FT_UINT16, BASE_DEC, NULL, 0x0,
+ { "Length", "wccp.address_table.length", FT_UINT32, BASE_DEC, NULL, 0x0,
"The WCCP Address Table Length", HFILL }
},
{ &hf_address_table_element,