btle: Add Version 5.0 to ll_version_number_vals

Change-Id: I427da1f56a69785b70e965e08696fa24b114bb9c
Reviewed-on: https://code.wireshark.org/review/23323
Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
This commit is contained in:
Stig Bjørlykke 2017-08-31 13:36:22 +02:00
parent e9b8a5839f
commit f89cedcd43
1 changed files with 2 additions and 1 deletions

View File

@ -282,7 +282,8 @@ static const value_string ll_version_number_vals[] = {
{ 0x06, "4.0"},
{ 0x07, "4.1" },
{ 0x08, "4.2" },
{0, NULL }
{ 0x09, "5.0" },
{ 0, NULL }
};
static value_string_ext ll_version_number_vals_ext = VALUE_STRING_EXT_INIT(ll_version_number_vals);