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
Category 001, Data Item I001/100 have duplicate field names
QB1
andQD1
. In the spec, they are namedQB4
andQD4
instead.Category 252, Data Item I252/110 has a duplicate field
C4
, but from long field name, it's clear that it should be namedC5
.