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
166 stars 89 forks source link

Question: Some RE (RESERVED EXPANSION DATA FIELD) data items are not defined? #191

Closed tintinosFr closed 2 years ago

tintinosFr commented 2 years ago

Hi! Maybe am I missing something but:

Example for file asterix_cat048_1_21.xml: RE field is present in but is not defined in a https://github.com/CroatiaControlLtd/asterix/blob/3f765d387d239ccc44e278a2ffa600fb6a6587f9/asterix/config/asterix_cat048_1_21.xml#L1237

Is it a problem or not? Bye ;)

dsalantic commented 2 years ago

You are right. In some categories RE field is not presents. Reasons could be that there were no specifications for these data available or simply nobody needed them until now :-). Parser will just skip them in such case.
You are free to implement those specifications and I can include them in repository if you like.