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.
Hello,
I have ASTERIX data of category 21 edition 2.1. I would like to know how decode a specify edition, in this case 2.1. (If is possible).
Cat 21 edition 2.1
Asterix_pkt = bytearray.fromhex(hexstr)
Many thanks