aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hdfsdata.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2021-03-28 23:32:14 +0100
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-03-29 05:30:27 +0000
commit678914ca0bbfbee9a2d4626b3fcc26b0b48a0109 (patch)
treedf6236a340177ad62ef82f4b55d5c4d8cfae1acd /epan/dissectors/packet-hdfsdata.c
parent7fee50274f36a5feba113aa9ad3e72ca37bf1466 (diff)
Fix some item lengths.
As seen by tools/check_type_item_lengths.py
Diffstat (limited to 'epan/dissectors/packet-hdfsdata.c')
-rw-r--r--epan/dissectors/packet-hdfsdata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-hdfsdata.c b/epan/dissectors/packet-hdfsdata.c
index 967965efb4..37363c77d7 100644
--- a/epan/dissectors/packet-hdfsdata.c
+++ b/epan/dissectors/packet-hdfsdata.c
@@ -665,7 +665,7 @@ proto_register_hdfsdata(void)
},
{ &hf_hdfsdata_chunksize,
{ "HDFSDATA chunk size", "hdfsdata.chunksize",
- FT_UINT16, BASE_DEC,
+ FT_UINT32, BASE_DEC,
NULL, 0x0,
NULL, HFILL }
},