Check API found: Found non-ASCII characters on line 248 ..253

Change-Id: I964690c6468f1b8cfdf63cb5784f26065d56a204
Reviewed-on: https://code.wireshark.org/review/813
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
AndersBroman 2014-03-24 14:36:04 +01:00 committed by Anders Broman
parent 3258588c1d
commit d066376a74
1 changed files with 6 additions and 6 deletions

View File

@ -245,12 +245,12 @@ static const value_string result_vals[] = {
static const value_string le_result_vals[] = {
{ 0x0000, "Connection Successful" },
{ 0x0002, "Connection Refused LE_PSM Not Supported" },
{ 0x0004, "Connection Refused No Resources Available" },
{ 0x0005, "Connection Refused Insufficient Authentication" },
{ 0x0006, "Connection Refused Insufficient Authorization" },
{ 0x0007, "Connection Refused Insufficient Encryption Key Size" },
{ 0x0008, "Connection Refused Insufficient Encryption" },
{ 0x0002, "Connection Refused - LE_PSM Not Supported" },
{ 0x0004, "Connection Refused - No Resources Available" },
{ 0x0005, "Connection Refused - Insufficient Authentication" },
{ 0x0006, "Connection Refused - Insufficient Authorization" },
{ 0x0007, "Connection Refused - Insufficient Encryption Key Size" },
{ 0x0008, "Connection Refused - Insufficient Encryption" },
{ 0, NULL }
};