Relative Content

Tag Archive for pythonimageusbwireshark

How can I identify the way data is being iterated through in a Wireshark capture?

I’m trying to reverse engineer the screen on the Epomaker RT100 keyboard, specifically the image uploading component. I used Wireshark to track the packets sent over USB. I found that RGB 565 is being used to send data and there are two 8-bit values that seem to count pixels. The issue is I can’t figure out how the data is being iterated through. It doesn’t seem to be simple rows or columns.