Sorry if i overlooked this or it was already covered, or im just being dumb and missed something, but im a bit confused with the header data. Particularly the PacketID.
According to the docs for 2020 UDP, the PacketID should be the sixth byte, right? m_packetFormat is first two, major is third, minor is fourth, version is fifth, and packet id is sixth.
My problem is that if i go off of that packetID value, it is almost always a 7 (CarStatus) and occationally i get a random other one. But if i compare the size of the packet, i get a more correct result.
Looking through this thread it doesnt seem like anyone else has this problem. So what am i doing wrong?