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

Additional Character in I062/380 Target Identification #223

Closed princepaul closed 8 months ago

princepaul commented 8 months ago

In some of the decoded data, extra characters are appearing after the space.

For eg: Asterix.CAT062.380.Target Identification FQA321 7 Asterix.CAT062.380.Target Identification ETH687
Asterix.CAT062.380.Target Identification THA924 D Asterix.CAT062.380.Target Identification BAW277
Asterix.CAT062.380.Target Identification VTI984
Asterix.CAT062.380.Target Identification QTR875

Infact the actual is FQA321 and THA924.

I am attaching the sample packet for analysis. I062_380_TI.pcap.tar.gz

princepaul commented 8 months ago

After analyzing the packet, it is found that the encoding is having the problem as the data referring to extra characters are there.

May be closed.