I am trying to decode a 42-byte packet which seems to include 2-byte CRC / checksum field This is a Microsoft NDIS packet (type IPX) which is sent in HLK (WHQL)
I have an example code for CRC16-CCITT algorithm written in C++ and I need help converting it to Python. Example C++ code: #include<iostream> using n