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
FX field doesn't seem to be decoded correctly on CAT 048/170 (Track Status) #216
When I decode the packet contained in the pcap file provided as an attachment,
I note that the "FX" field of dataitem 170 (Track Status) does not seem to be decoded correctly.
In wireshark we can see that the value of this field is "1", which is logical since there is other data after FX.
However in the json generated by the decoder the value of the FX field is 0.
When I decode the packet contained in the pcap file provided as an attachment,
I note that the "FX" field of dataitem 170 (Track Status) does not seem to be decoded correctly. In wireshark we can see that the value of this field is "1", which is logical since there is other data after FX.
However in the json generated by the decoder the value of the FX field is 0.