btatt: fix conflicting entry in its value_string

Field 'Response Value' (btatt.user_control_point.response_value) has a conflicting entry in its value_string: 4 is at indices 3 (Operation Failed) and 4 (User not Authorized))

Change-Id: Idb1f023c3dde00f7dcfc8b16e91d0a15a24072dd
Reviewed-on: https://code.wireshark.org/review/20740
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2017-03-27 15:24:32 +02:00 committed by Michael Mann
parent 67f8b957d3
commit db9db90d54
1 changed files with 1 additions and 1 deletions

View File

@ -3234,7 +3234,7 @@ static const value_string user_control_point_response_value_vals[] = {
{ 0x02, "Opcode not Supported"},
{ 0x03, "Invalid Parameter"},
{ 0x04, "Operation Failed"},
{ 0x04, "User not Authorized"},
{ 0x05, "User not Authorized"},
{0x0, NULL}
};