From 65a70ffd8279c07a2e8cda05620b5e5f61dfa723 Mon Sep 17 00:00:00 2001 From: Jaap Keuter Date: Wed, 1 Jul 2020 11:05:19 +0200 Subject: 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 Petri-Dish: Jaap Keuter Tested-by: Jaap Keuter Reviewed-by: Alexis La Goutte --- epan/dissectors/packet-asterix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan') 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 } }; -- cgit v1.2.3