aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xra.c
diff options
context:
space:
mode:
authorBruno Verstuyft <bruno.verstuyft@excentis.com>2018-11-20 11:19:36 +0100
committerJaap Keuter <jaap.keuter@xs4all.nl>2018-11-20 12:25:11 +0000
commite7bd315f9066912139193f10869fca88956f80fc (patch)
tree8695a75fe1fb7125b85cb03a1555bd170823b3dc /epan/dissectors/packet-xra.c
parentfeb1801f890b6f6175ee763b50148c3996c5870a (diff)
XRA: Bugfix in ncp_profile_select
Change-Id: Id27900767c25a0b1e5b8cd3056062610e1a5ce72 Reviewed-on: https://code.wireshark.org/review/30738 Reviewed-by: Anders Broman <a.broman58@gmail.com> Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
Diffstat (limited to 'epan/dissectors/packet-xra.c')
-rw-r--r--epan/dissectors/packet-xra.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-xra.c b/epan/dissectors/packet-xra.c
index 41b000b85a..97d31029f9 100644
--- a/epan/dissectors/packet-xra.c
+++ b/epan/dissectors/packet-xra.c
@@ -334,8 +334,8 @@ static const true_false_string data_profile_update = {
};
static const true_false_string ncp_profile_select = {
- "use even profile",
- "use odd profile"
+ "use odd profile",
+ "use even profile"
};
static const true_false_string last_ncp_block = {