I'm attempting to perform some statistical analysis of netflow data from a dataset that was provided to me, however I am getting a number of TCP Flags that do not represent the normal UAPRSF format.
The following hex values have also been included:
- 0x52
- 0x5a
- 0xc2
- 0xd3
- 0xd6
- 0xd7
- 0xda
- 0xdb
- 0xdf
I understand that the TCP flag is originally stored as HEX and then translated into the appropriate flags, but I don't understand where the additional values are coming from