I send a Bitmap image from virtual machine to local machine, then capture the image UDP packets by SharpPcap from local machine. But I don't know how to get rid of those protocol header and get the image displayed.
In fact, I need to read Gbytes image from Ethernet card and display it in real-time. So I want to read the raw image data from Ethernet card by SharpPcap, keep it in the system buffer and display it in the GUI. Is my current method right?