btle: Show full LL_VERSION_IND SubVersNr

The BT spec does not specify a bitmask for Subversion Number.

Change-Id: If6f384badc4228ea1e1c30ec8156f382ca5959e0
Reviewed-on: https://code.wireshark.org/review/17936
Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
This commit is contained in:
Stig Bjørlykke 2016-09-25 22:18:06 +02:00
parent 156584660b
commit 37a92ddebd
1 changed files with 1 additions and 1 deletions

View File

@ -1421,7 +1421,7 @@ proto_register_btle(void)
},
{ &hf_control_subversion_number,
{ "Subversion Number", "btle.control.subversion_number",
FT_UINT16, BASE_HEX, NULL, 0x1F,
FT_UINT16, BASE_HEX, NULL, 0x0,
NULL, HFILL }
},
{ &hf_control_feature_set,