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.
我正在制作 ac# 数据包分析器,它将打开由 wireshark 创建的 pcap 文件......并将数据包加载到图形列表中。soo,我怎样才能让 sharppcap 解析文件并显示数据包(即使在控制台窗口中)谢谢
这是一个示例,显示了如何去做你所要求的。
从文件中读取
大约一年前,我将它用于我正在从事的一个项目。最后,该库发布了一个(抱歉,我不记得确切的细节)。所以最后,我不得不使用 WinPCap 和 pInvoke 一个原生 C++ 库。但是 pcap 文件的打开和显示与 SharpPcap 配合得很好