aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrince Paul <prince.paul.k@gmail.com>2021-07-02 21:17:44 +0530
committerJaap Keuter <jaap.keuter@xs4all.nl>2021-07-08 16:38:08 +0000
commit3e836977cdf97d4bbdd37ce891498130d6821ad8 (patch)
tree9e17e627af158789c2a8f926bebbd4d9be5c742c
parent427cd8fd42155aef5e93c0695ffdfa216390931f (diff)
ASTERIX: Fix Data Item 010/091
Fixed Item Number from 110 to 091 (cherry picked from commit 30058542e95192e126303f028d12fe11b09835e2)
-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 c3031c2b08..07ed97ac1f 100644
--- a/epan/dissectors/packet-asterix.c
+++ b/epan/dissectors/packet-asterix.c
@@ -12499,7 +12499,7 @@ void proto_register_asterix (void)
{ &hf_010_090_V, { "V", "asterix.010_090_V", FT_UINT16, BASE_DEC, VALS(valstr_010_090_V), 0x8000, NULL, HFILL } },
{ &hf_010_090_G, { "G", "asterix.010_090_G", FT_UINT16, BASE_DEC, VALS(valstr_010_090_G), 0x4000, NULL, HFILL } },
{ &hf_010_090_FL, { "FL", "asterix.010_090_FL", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
- { &hf_010_091, { "110, Measured Height", "asterix.010_091", FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
+ { &hf_010_091, { "091, Measured Height", "asterix.010_091", FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_010_091_MH, { "MH [ft]", "asterix.010_091_MH", FT_DOUBLE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_010_131, { "131, Amplitude of Primary Plot", "asterix.010_131", FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL } },
{ &hf_010_131_PAM, { "PAM [dBm]", "asterix.010_131_PAM", FT_INT8, BASE_DEC, NULL, 0x0, NULL, HFILL } },