bthci_evt: add BASE_UNIT_STRING to bthci_evt.max_encryption_key_size.

Required when using units.

Change-Id: Icd6ab5ac28b0766deca801ad00da895dc0dadfe4
Reviewed-on: https://code.wireshark.org/review/32518
Reviewed-by: Vasil Velichkov <vvvelichkov@gmail.com>
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Dario Lombardo <lomato@gmail.com>
This commit is contained in:
Dario Lombardo 2019-03-22 14:03:16 +01:00
parent 84b20c0ed3
commit f7705e859a
1 changed files with 1 additions and 1 deletions

View File

@ -8927,7 +8927,7 @@ proto_register_bthci_evt(void)
},
{ &hf_bthci_evt_max_encryption_key_size,
{ "Max Encryption Key Size", "bthci_evt.max_encryption_key_size",
FT_UINT8, BASE_DEC, &units_octet_octets, 0x0,
FT_UINT8, BASE_DEC|BASE_UNIT_STRING, &units_octet_octets, 0x0,
NULL, HFILL }
},
};