Fix some more item lengths.

This commit is contained in:
Martin Mathieson 2020-11-06 20:36:15 +00:00
parent 3632642980
commit d90f8da3d8
3 changed files with 4 additions and 4 deletions

View File

@ -6024,7 +6024,7 @@ proto_register_afp(void)
{ &hf_afp_vol_id,
{ "Volume id", "afp.vol_id",
FT_UINT16, BASE_DEC, NULL, 0x0,
FT_UINT32, BASE_DEC, NULL, 0x0,
NULL, HFILL }},
{ &hf_afp_vol_signature,
@ -6184,7 +6184,7 @@ proto_register_afp(void)
{ &hf_afp_file_bitmap,
{ "File bitmap", "afp.file_bitmap",
FT_UINT16, BASE_HEX, NULL, 0x0,
FT_UINT32, BASE_HEX, NULL, 0x0,
NULL, HFILL }},
{ &hf_afp_req_count,

View File

@ -5424,7 +5424,7 @@ proto_register_dns(void)
{ &hf_dns_px_preference,
{ "Preference", "dns.px.preference",
FT_UINT8, BASE_DEC, NULL, 0x0,
FT_UINT16, BASE_DEC, NULL, 0x0,
NULL, HFILL }},
{ &hf_dns_px_map822,

View File

@ -486,7 +486,7 @@ proto_register_dsr(void)
},
{ &hf_dsr_length,
{ "Length", "dsr.len",
FT_UINT8, BASE_DEC,
FT_UINT16, BASE_DEC,
NULL, 0x0,
"Payload length", HFILL }
},