aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2020-07-01 11:05:19 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2020-07-01 18:38:36 +0000
commit65a70ffd8279c07a2e8cda05620b5e5f61dfa723 (patch)
treec1771293858fa69d69ad77ac3e75cb9d2ab63246 /epan
parentc41c47505c19d57fa202cb1ddeeb299cf5385bf1 (diff)
ASTERIX: CAT001/210 has an extension indicator, it's not fixed
Bug: 16662 Change-Id: Ia0599ed7f5cab8efa4d644738ff5e4d2703d597b Reviewed-on: https://code.wireshark.org/review/37635 Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl> Petri-Dish: Jaap Keuter <jaap.keuter@xs4all.nl> Tested-by: Jaap Keuter <jaap.keuter@xs4all.nl> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan')
-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 b916ba68fd..7edff765f7 100644
--- a/epan/dissectors/packet-asterix.c
+++ b/epan/dissectors/packet-asterix.c
@@ -2544,7 +2544,7 @@ static const AsterixField I001_150 = { FIXED, 1, 0, 0, &hf_001_150, NULL, { NULL
static const AsterixField I001_161 = { FIXED, 2, 0, 0, &hf_001_161, I001_161_PARTS, { NULL } };
static const AsterixField I001_170 = { FX, 1, 0, 0, &hf_001_170, I001_170_PARTS, { NULL } };
static const AsterixField I001_200 = { FIXED, 4, 0, 0, &hf_001_200, NULL, { NULL } };
-static const AsterixField I001_210 = { FIXED, 1, 0, 0, &hf_001_210, NULL, { NULL } };
+static const AsterixField I001_210 = { FX, 1, 0, 0, &hf_001_210, NULL, { NULL } };
static const AsterixField I001_RE = { RE, 0, 0, 1, &hf_001_RE, NULL, { NULL } };
static const AsterixField I001_SP = { SP, 0, 0, 1, &hf_001_SP, NULL, { NULL } };