From b66451b2431886bb2d917f90fcc87424eba8db26 Mon Sep 17 00:00:00 2001 From: Bruno Verstuyft Date: Fri, 30 Mar 2018 10:55:21 +0200 Subject: XRA: fixed bug in profile mapping Change-Id: I0b01acff40569a39eb4518eaa15629c8cb1dc6a6 Reviewed-on: https://code.wireshark.org/review/26685 Reviewed-by: Alexis La Goutte Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- epan/dissectors/packet-xra.c | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/epan/dissectors/packet-xra.c b/epan/dissectors/packet-xra.c index 458d4d16a0..24bd66b3f7 100644 --- a/epan/dissectors/packet-xra.c +++ b/epan/dissectors/packet-xra.c @@ -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} }; -- cgit v1.2.3