summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-asterix.c
diff options
context:
space:
mode:
authorMarko Hrastovec <marko.hrastovec@gmail.com>2016-03-17 17:12:50 +0100
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2016-03-17 18:26:45 +0000
commite7a24dc48415d06598194d0f486eb905c3a86bc9 (patch)
tree5d5cb92f147b1525be0effc27ea6514e83084aaa /epan/dissectors/packet-asterix.c
parent34f4b4c17be3b57b98b1a1466dbf0cf77257498b (diff)
downloadwireshark-e7a24dc48415d06598194d0f486eb905c3a86bc9.tar.gz
ASTERIX: fix for wrong RE and SP fields in CAT048.
Bug: 12267 Change-Id: I4871da19cb8b11e2df0de13993350a71168f7ab4 Reviewed-on: https://code.wireshark.org/review/14502 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-asterix.c')
-rw-r--r--epan/dissectors/packet-asterix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-asterix.c b/epan/dissectors/packet-asterix.c
index 23014958cf..378efed807 100644
--- a/epan/dissectors/packet-asterix.c
+++ b/epan/dissectors/packet-asterix.c
@@ -5765,7 +5765,7 @@ static const AsterixField I048_SP = { SP, 0, 0, 1, &hf_048_SP, NULL, { NULL } };
static const AsterixField *I048_v1_17_uap[] = { &I048_010, &I048_140, &I048_020, &I048_040, &I048_070, &I048_090, &I048_130,
&I048_220, &I048_240, &I048_250, &I048_161, &I048_042, &I048_200, &I048_170,
&I048_210, &I048_030, &I048_080, &I048_100, &I048_110, &I048_120, &I048_230,
- &I048_260, &I048_055, &I048_050, &I048_065, &I048_060, &I048_RE, &I048_SP, NULL };
+ &I048_260, &I048_055, &I048_050, &I048_065, &I048_060, &I048_SP, &I048_RE, NULL };
static const AsterixField **I048_v1_17[] = { I048_v1_17_uap, NULL };
static const AsterixField ***I048[] = { I048_v1_17 };
DIAG_ON(pedantic)