Receiving Udp Packets With Wrong Checksum In Python
I am running a server application on a PC which receives UDP packets from a client. The UDP packets are received (verified in WireShark), but include the wrong checksum. I have no
Solution 1:
Found the solution.
I used the pycap library in combination with dpkt. The pycap module is outdated, for older versions of Python, but in the "Issues" someone posted updated binaries.
Post a Comment for "Receiving Udp Packets With Wrong Checksum In Python"