XRA: fixed bug in profile mapping

Change-Id: I0b01acff40569a39eb4518eaa15629c8cb1dc6a6
Reviewed-on: https://code.wireshark.org/review/26685
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Bruno Verstuyft 2018-03-30 10:55:21 +02:00 committed by Anders Broman
parent ff844cbbb5
commit b66451b243
1 changed files with 13 additions and 13 deletions

View File

@ -259,19 +259,19 @@ static const value_string profile_id[] = {
{0, "Profile A"},
{1, "Profile B"},
{2, "Profile C"},
{4, "Profile D"},
{5, "Profile E"},
{6, "Profile F"},
{7, "Profile G"},
{8, "Profile H"},
{9, "Profile I"},
{10, "Profile J"},
{11, "Profile K"},
{12, "Profile L"},
{13, "Profile M"},
{14, "Profile N"},
{15, "Profile O"},
{16, "Profile P"},
{3, "Profile D"},
{4, "Profile E"},
{5, "Profile F"},
{6, "Profile G"},
{7, "Profile H"},
{8, "Profile I"},
{9, "Profile J"},
{10, "Profile K"},
{11, "Profile L"},
{12, "Profile M"},
{13, "Profile N"},
{14, "Profile O"},
{15, "Profile P"},
{0, NULL}
};