aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Verstuyft <bruno.verstuyft@excentis.com>2018-03-30 10:55:21 +0200
committerAnders Broman <a.broman58@gmail.com>2018-03-31 05:58:16 +0000
commitb66451b2431886bb2d917f90fcc87424eba8db26 (patch)
tree7f8424add9f4eef69bcf5f6c197cd5f1dac697d5
parentff844cbbb599e9b248e6abccadb04521598fb660 (diff)
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>
-rw-r--r--epan/dissectors/packet-xra.c26
1 files 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}
};