Correct a few more item lengths.

This commit is contained in:
Martin Mathieson 2020-10-20 21:23:53 +01:00
parent 4955219d1a
commit 3f0649bbe5
3 changed files with 5 additions and 5 deletions

View File

@ -8980,7 +8980,7 @@ void proto_register_opa_mad(void)
/* Trap 128 */
{ &hf_opa_Trap_LID, {
"LIDADDR", "opa.trap.lidaddr",
FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }
FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL }
},
/* Trap 129, 130, 131 */

View File

@ -11959,7 +11959,7 @@ proto_register_smb2(void)
},
{ &hf_smb2_negotiate_context_offset,
{ "NegotiateContextOffset", "smb2.negotiate_context.offset", FT_UINT16, BASE_HEX,
{ "NegotiateContextOffset", "smb2.negotiate_context.offset", FT_UINT32, BASE_HEX,
NULL, 0, NULL, HFILL }
},
@ -12894,7 +12894,7 @@ proto_register_smb2(void)
},
{ &hf_smb2_output_buffer_len,
{ "Output Buffer Length", "smb2.output_buffer_len", FT_UINT16, BASE_DEC,
{ "Output Buffer Length", "smb2.output_buffer_len", FT_UINT32, BASE_DEC,
NULL, 0, NULL, HFILL }
},

View File

@ -712,11 +712,11 @@ proto_register_usb_hub(void)
NULL, HFILL }},
{ &hf_usb_hub_descriptor_length,
{ "DescriptorLength", "usbhub.setup.DescriptorLength", FT_UINT8, BASE_DEC, NULL, 0x0,
{ "DescriptorLength", "usbhub.setup.DescriptorLength", FT_UINT16, BASE_DEC, NULL, 0x0,
NULL, HFILL }},
{ &hf_usb_hub_zero,
{ "(zero)", "usbhub.setup.zero", FT_UINT8, BASE_DEC, NULL, 0x0,
{ "(zero)", "usbhub.setup.zero", FT_UINT16, BASE_DEC, NULL, 0x0,
NULL, HFILL }},
{ &hf_usb_hub_tt_flags,