aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-asterix.c
diff options
context:
space:
mode:
authorAtli Guðmundsson <atli@tern.is>2018-12-23 04:04:51 +0000
committerAnders Broman <a.broman58@gmail.com>2018-12-23 08:07:33 +0000
commit5eacb25becfc74ff19a6fc6c26d12d87d01decbc (patch)
tree9ed603f12a8644af0d3cb101eb1b774b0b307646 /epan/dissectors/packet-asterix.c
parent70e3a48bc63be4b283d78d7d5222679e88909124 (diff)
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>
Diffstat (limited to 'epan/dissectors/packet-asterix.c')
-rw-r--r--epan/dissectors/packet-asterix.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/epan/dissectors/packet-asterix.c b/epan/dissectors/packet-asterix.c
index 4eaa061d23..2a0ec313f0 100644
--- a/epan/dissectors/packet-asterix.c
+++ b/epan/dissectors/packet-asterix.c
@@ -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 } },