Updates and bugfix of ASTERIX 063

Updated I063 to v1.4
Fixed incorrect spelling of I063/090.PRG
Fixed I063 Capitalisation inconsistencies

Change-Id: I241fc15829d1ef2eddd4f68cf37b58d9f16f2aa8
Reviewed-on: https://code.wireshark.org/review/31174
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Atli Guðmundsson 2018-12-23 04:04:51 +00:00 committed by Anders Broman
parent 70e3a48bc6
commit 5eacb25bec
1 changed files with 11 additions and 11 deletions

View File

@ -8373,10 +8373,10 @@ static const FieldPart *I063_015_PARTS[] = { &I063_015_SI, NULL };
/* Sensor Configuration and Status */
static const value_string valstr_063_060_CON[] = {
{ 0, "operational"},
{ 1, "degraded"},
{ 2, "initialization"},
{ 3, "not currently connected"},
{ 0, "Operational"},
{ 1, "Degraded"},
{ 2, "Initialization"},
{ 3, "Not currently connected"},
{ 0, NULL}
};
@ -8435,8 +8435,8 @@ static const value_string valstr_063_060_MSC[] = {
};
static const value_string valstr_063_060_TSV[] = {
{ 0, "valid"},
{ 1, "invalid"},
{ 0, "Valid"},
{ 1, "Invalid"},
{ 0, NULL}
};
@ -8503,14 +8503,14 @@ static const AsterixField I063_092 = { FIXED, 2, 0, 0, &hf_063_092, I063_092_PAR
static const AsterixField I063_RE = { RE, 0, 0, 1, &hf_063_RE, NULL, { NULL } };
static const AsterixField I063_SP = { SP, 0, 0, 1, &hf_063_SP, NULL, { NULL } };
static const AsterixField *I063_v1_3_uap[] = { &I063_010, &I063_015, &I063_030, &I063_050, &I063_060, &I063_070, &I063_080,
static const AsterixField *I063_v1_4_uap[] = { &I063_010, &I063_015, &I063_030, &I063_050, &I063_060, &I063_070, &I063_080,
&I063_081, &I063_090, &I063_091, &I063_092, &IX_SPARE, &I063_RE, &I063_SP, NULL };
static const AsterixField **I063_v1_3[] = { I063_v1_3_uap, NULL };
static const AsterixField ***I063[] = { I063_v1_3 };
static const AsterixField **I063_v1_4[] = { I063_v1_4_uap, NULL };
static const AsterixField ***I063[] = { I063_v1_4 };
DIAG_ON_PEDANTIC
static const enum_val_t I063_versions[] = {
{ "I063_v1_3", "Version 1.3", 0 },
{ "I063_v1_4", "Version 1.4", 0 },
{ NULL, NULL, 0 }
};
@ -10933,7 +10933,7 @@ void proto_register_asterix (void)
{ &hf_063_081, { "081, SSR / Mode S Azimuth Bias", "asterix.063_081", FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_063_081_SAB, {"SAB", "asterix.063_081_SAB", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_063_090, { "090, PSR Range Gain and Bias", "asterix.063_090", FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_063_090_PRG, {"PRG", "asterix.063_090_SRG", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_063_090_PRG, {"PRG", "asterix.063_090_PRG", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_063_090_PRB, {"PRB", "asterix.063_090_PRB", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_063_091, { "091, PSR Azimuth Bias", "asterix.063_091", FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_063_091_PAB, {"PAB", "asterix.063_091_PAB", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },