aboutsummaryrefslogtreecommitdiffstats
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
parent2920c49c1d2a3d9033140f91835fb4cdc84161f7 (diff)
Fix some more item lengths.
-rw-r--r--epan/dissectors/packet-wccp.c4
-rw-r--r--epan/dissectors/packet-xot.c2
-rw-r--r--epan/dissectors/packet-zbee-zcl-general.c2
-rw-r--r--epan/dissectors/packet-zep.c2
4 files changed, 5 insertions, 5 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,
diff --git a/epan/dissectors/packet-xot.c b/epan/dissectors/packet-xot.c
index 938f1c5ea9..e6f78d4c10 100644
--- a/epan/dissectors/packet-xot.c
+++ b/epan/dissectors/packet-xot.c
@@ -372,7 +372,7 @@ proto_register_xot(void)
NULL, 0, NULL, HFILL }},
{ &hf_xot_pvc_init_lcn,
- { "Initiator LCN", "xot.pvc.init_lcn", FT_UINT8, BASE_DEC,
+ { "Initiator LCN", "xot.pvc.init_lcn", FT_UINT16, BASE_DEC,
NULL, 0, "Initiator Logical Channel Number", HFILL }},
{ &hf_xot_pvc_resp_itf_name_len,
diff --git a/epan/dissectors/packet-zbee-zcl-general.c b/epan/dissectors/packet-zbee-zcl-general.c
index 77f224c4f2..e04fa733db 100644
--- a/epan/dissectors/packet-zbee-zcl-general.c
+++ b/epan/dissectors/packet-zbee-zcl-general.c
@@ -15386,7 +15386,7 @@ proto_register_zbee_zcl_gp(void)
{ "Number of Client clusters", "zbee_zcl_general.gp.pc.n_clnt_clusters", FT_UINT8, BASE_DEC,
NULL, ZBEE_ZCL_GP_CLUSTER_LIST_LEN_CLI, NULL, HFILL }},
{ &hf_zbee_gp_gpd_cluster_id,
- { "Cluster ID", "zbee_zcl_general.gp.pc.cluster", FT_UINT8, BASE_HEX | BASE_RANGE_STRING, RVALS(zbee_aps_cid_names),
+ { "Cluster ID", "zbee_zcl_general.gp.pc.cluster", FT_UINT16, BASE_HEX | BASE_RANGE_STRING, RVALS(zbee_aps_cid_names),
0x0, NULL, HFILL }},
/* GP Sink Table Request and GP Proxy Table Request commands */
diff --git a/epan/dissectors/packet-zep.c b/epan/dissectors/packet-zep.c
index e3eec4fa5b..f50fe411bf 100644
--- a/epan/dissectors/packet-zep.c
+++ b/epan/dissectors/packet-zep.c
@@ -279,7 +279,7 @@ void proto_register_zep(void)
NULL, HFILL }},
{ &hf_zep_seqno,
- { "Sequence Number", "zep.seqno", FT_UINT8, BASE_DEC, NULL, 0x0,
+ { "Sequence Number", "zep.seqno", FT_UINT32, BASE_DEC, NULL, 0x0,
NULL, HFILL }},
{ &hf_zep_ieee_length,