Python3 wasn't correctly matching valid packets.
Caused by a difference between structure unpacking and the handling of byte literals. Also, need to open the file in binary mode or else we will have unicode issues with reading.
Caused by a difference between structure unpacking and the handling of byte literals. Also, need to open the file in binary mode or else we will have unicode issues with reading.