Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将位图图像从虚拟机发送到本地计算机,然后通过 SharpPcap 从本地计算机捕获图像 UDP 数据包。但我不知道如何摆脱那些协议头并显示图像。
实际上,我需要从以太网卡中读取千兆字节的图像并实时显示。所以我想通过 SharpPcap 从以太网卡中读取原始图像数据,将其保存在系统缓冲区中并在 GUI 中显示。我现在的方法对吗?