aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-02-03 08:56:42 -0800
committerGerald Combs <gerald@wireshark.org>2015-02-03 16:57:37 +0000
commita2eec54285153c0b7e5dd5337d653b92e884b6dd (patch)
treececdcd7de4df5fd3927f0881c278ff8e203b1a11
parentb63599762468e4cf1783419a5556377604d344bb (diff)
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 <gerald@wireshark.org>
-rw-r--r--epan/dissectors/packet-btatt.c2
1 files changed, 1 insertions, 1 deletions
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,