BTL2CAP: Switch to using more efficient bluetooth_uuid_vals_ext

This commit is contained in:
Jaap Keuter 2023-12-27 20:57:27 +01:00
parent 2dae7c2d79
commit 64b9bad199
1 changed files with 1 additions and 1 deletions

View File

@ -3615,7 +3615,7 @@ proto_register_btl2cap(void)
},
{ &hf_btl2cap_service,
{ "Service", "btl2cap.service",
FT_UINT16, BASE_HEX, VALS(bluetooth_uuid_vals), 0x0,
FT_UINT16, BASE_HEX | BASE_EXT_STRING, &bluetooth_uuid_vals_ext, 0x0,
NULL, HFILL }
},
{ &hf_btl2cap_connect_in_frame,