From a2eec54285153c0b7e5dd5337d653b92e884b6dd Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 3 Feb 2015 08:56:42 -0800 Subject: BT ATT: Fix what appears to be a value string mismatch. Change-Id: I440ed41c659bed9dcee43d8388ad780015971611 Reviewed-on: https://code.wireshark.org/review/6930 Reviewed-by: Gerald Combs --- epan/dissectors/packet-btatt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-btatt.c b/epan/dissectors/packet-btatt.c index 7f24e4cbb9..9e48672151 100644 --- a/epan/dissectors/packet-btatt.c +++ b/epan/dissectors/packet-btatt.c @@ -3930,7 +3930,7 @@ proto_register_btatt(void) }, {&hf_btatt_appearance_subcategory_running_walking_sensor, {"Subcategory", "btatt.appearance.subcategory.watch", - FT_UINT16, BASE_DEC_HEX, VALS(appearance_subcategory_watch_vals), 0x003F, + FT_UINT16, BASE_DEC_HEX, VALS(appearance_subcategory_running_walking_sensor_vals), 0x003F, NULL, HFILL} }, {&hf_btatt_appearance_subcategory_cycling, -- cgit v1.2.3