nordic_ble: Set PHY display type to BASE_DEC

Change-Id: I4a2e2142bbaf08e11a735d125a201c8651cdc857
Reviewed-on: https://code.wireshark.org/review/29217
Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
This commit is contained in:
Stig Bjørlykke 2018-08-21 16:00:57 +02:00
parent 04dbbb15c6
commit 4b3745e6ef
1 changed files with 1 additions and 1 deletions

View File

@ -604,7 +604,7 @@ proto_register_nordic_ble(void)
},
{ &hf_nordic_ble_le_phy,
{ "PHY", "nordic_ble.phy",
FT_UINT8, BASE_NONE, VALS(le_phys), 0x70,
FT_UINT8, BASE_DEC, VALS(le_phys), 0x70,
"Physical Layer", HFILL }
},
{ &hf_nordic_ble_rfu,