btatt: failed assertion 'hf->bitmask != 0' (btatt.glucose_measurement.type_and_sample_location.type)

Fixes: v1.99.9rc0-246-ga50a49e527 ("Bluetooth: ATT: Add some remaining attributes")

Bug: 13590
Change-Id: I8e92ec80ee9e93a3e507f86c8354f1909070b0b9
Reviewed-on: https://code.wireshark.org/review/21041
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2017-04-12 14:15:00 +02:00 committed by Michael Mann
parent 287a9cf8f3
commit f4f252d4c4
1 changed files with 2 additions and 2 deletions

View File

@ -12140,12 +12140,12 @@ proto_register_btatt(void)
},
{&hf_btatt_glucose_measurement_type_and_sample_location_type,
{"Type", "btatt.glucose_measurement.type_and_sample_location.type",
FT_UINT8, BASE_HEX, VALS(glucose_measurement_type_and_sample_location_type_vals), 0x0,
FT_UINT8, BASE_HEX, VALS(glucose_measurement_type_and_sample_location_type_vals), 0x0F,
NULL, HFILL}
},
{&hf_btatt_glucose_measurement_type_and_sample_location_sample_location,
{"Sample Location", "btatt.glucose_measurement.type_and_sample_location.sample_location",
FT_UINT8, BASE_HEX, VALS(glucose_measurement_type_and_sample_location_sample_location_vals), 0x0,
FT_UINT8, BASE_HEX, VALS(glucose_measurement_type_and_sample_location_sample_location_vals), 0xF0,
NULL, HFILL}
},
{&hf_btatt_glucose_measurement_sensor_status_annunciation,