summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Labedzki <michal.labedzki@tieto.com>2016-09-30 10:31:52 +0200
committerMichael Mann <mmann78@netscape.net>2016-10-17 12:20:47 +0000
commite5c594636324efaf908f5c779fa56e5feca4252d (patch)
treefe78dd1592689b0f737415dad16684e106ffffb1
parentfbc816a998c1649beaeefd743846c4ce977ac2b2 (diff)
downloadwireshark-e5c594636324efaf908f5c779fa56e5feca4252d.tar.gz
Bluetooth: HFP: Fix incorrect field name
In some AT commands field description was "Number", should be "Type". Change-Id: I33e3c8deb4f1fd0d51c3faae7a7ec45baacd82ca Reviewed-on: https://code.wireshark.org/review/18232 Reviewed-by: Michael Mann <mmann78@netscape.net>
-rw-r--r--epan/dissectors/packet-bthfp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bthfp.c b/epan/dissectors/packet-bthfp.c
index fcf2a1f652..7b8b1b5479 100644
--- a/epan/dissectors/packet-bthfp.c
+++ b/epan/dissectors/packet-bthfp.c
@@ -2595,7 +2595,7 @@ proto_register_bthfp(void)
NULL, HFILL}
},
{ &hf_at_type,
- { "Number", "bthfp.at.type",
+ { "Type", "bthfp.at.type",
FT_UINT8, BASE_DEC | BASE_RANGE_STRING, RVALS(at_type_vals), 0,
NULL, HFILL}
},