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>
This commit is contained in:
Michal Labedzki 2016-09-30 10:31:52 +02:00 committed by Michael Mann
parent fbc816a998
commit e5c5946363
1 changed files with 1 additions and 1 deletions

View File

@ -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}
},