CroatiaControlLtd / asterix

Asterix is utility used to read and parse EUROCONTROL ASTERIX protocol data from stdin, file or network multicast stream and print it to standard output in text, XML or JSON format. Source can be used to generate Wireshark dissector for ASTERIX protocol. All ASTERIX categories are defined through XML definition file.
GNU General Public License v2.0
169 stars 90 forks source link

Fixed duplicate field names in I001/060 and I252/110 #213

Closed imlvts closed 11 months ago

imlvts commented 1 year ago

Category 001, Data Item I001/100 have duplicate field names QB1 and QD1. In the spec, they are named QB4 and QD4 instead.

Category 252, Data Item I252/110 has a duplicate field C4, but from long field name, it's clear that it should be named C5.