aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}
};