btle: Add Version 5.1 to ll_version_number_vals

Change-Id: I777dcaa6bd7f161ecbdc7411c3f816480c76834d
Reviewed-on: https://code.wireshark.org/review/31827
Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
This commit is contained in:
Stig Bjørlykke 2019-01-31 09:15:39 +01:00
parent 498b64c95c
commit 8cfad3fd56
1 changed files with 1 additions and 0 deletions

View File

@ -366,6 +366,7 @@ static const value_string ll_version_number_vals[] = {
{ 0x07, "4.1" },
{ 0x08, "4.2" },
{ 0x09, "5.0" },
{ 0x0A, "5.1" },
{ 0, NULL }
};
static value_string_ext ll_version_number_vals_ext = VALUE_STRING_EXT_INIT(ll_version_number_vals);