aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-asterix.c
diff options
context:
space:
mode:
authorAtli Guðmundsson <atli@tern.is>2019-01-06 23:46:04 +0000
committerAnders Broman <a.broman58@gmail.com>2019-01-07 05:34:48 +0000
commit711eb94438a031822686958d0dd90adfcf35438f (patch)
tree29e9f107a9d24799f62a7eeda529e41e420e3696 /epan/dissectors/packet-asterix.c
parente313b2535974b34d453f31769293e909a3ffe80f (diff)
Minor bugfix of ASTERIX I023
I023 bugfixes - Fixed I023 Capitalisation inconsistencies Change-Id: I39eccd0b7c3a68a8b74d68cf16b988bacce92924 Reviewed-on: https://code.wireshark.org/review/31429 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.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/epan/dissectors/packet-asterix.c b/epan/dissectors/packet-asterix.c
index 64c29f10c9..bab70cc0e5 100644
--- a/epan/dissectors/packet-asterix.c
+++ b/epan/dissectors/packet-asterix.c
@@ -5521,18 +5521,18 @@ static const value_string valstr_023_100_MSC[] = {
{ 0, NULL }
};
static const value_string valstr_023_100_TSV[] = {
- { 0, "valid" },
- { 1, "invalid" },
+ { 0, "Valid" },
+ { 1, "Invalid" },
{ 0, NULL }
};
static const value_string valstr_023_100_SPO[] = {
- { 0, "no spoofing detected" },
- { 1, "potential spoofing attack" },
+ { 0, "No spoofing detected" },
+ { 1, "Potential spoofing attack" },
{ 0, NULL }
};
static const value_string valstr_023_100_RN[] = {
- { 0, "default" },
- { 1, "track numbering has restarted" },
+ { 0, "Default" },
+ { 1, "Track numbering has restarted" },
{ 0, NULL }
};
static const FieldPart I023_100_NOGO = { 1, 1.0, FIELD_PART_UINT, &hf_023_100_NOGO, NULL };
@@ -5550,12 +5550,12 @@ static const FieldPart *I023_100_PARTS[] = { &I023_100_NOGO, &I023_100_ODP, &I02
static const value_string valstr_023_101_SC[] = {
{ 0, "No information" },
{ 1, "NRA class" },
- { 2, "reserved for future use" },
- { 3, "reserved for future use" },
- { 4, "reserved for future use" },
- { 5, "reserved for future use" },
- { 6, "reserved for future use" },
- { 7, "reserved for future use" },
+ { 2, "Reserved for future use" },
+ { 3, "Reserved for future use" },
+ { 4, "Reserved for future use" },
+ { 5, "Reserved for future use" },
+ { 6, "Reserved for future use" },
+ { 7, "Reserved for future use" },
{ 0, NULL }
};
static const FieldPart I023_101_RP = { 8, 0.5, FIELD_PART_UFLOAT, &hf_023_101_RP, NULL };