且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何读取.pcapng文件并将其加载到c#.net中的datagridview中

更新时间:2023-02-14 21:40:05

这不是.Net直接支持的文件类型。您需要自己编写或使用第三方库。快速 Google搜索 [ ^ ]出现了一些解决方案,像这样一个:



GitHub - ryrychj / PcapngUtils:C#完全托管实现Pcap / PcapNG文件格式 [ ^ ]
This is not a file type supported directly by .Net. You will need to write your own or use a 3rd-party library. A quick Google Search[^] turns up a few solutions, like this one:

GitHub - ryrychj/PcapngUtils: C# full managed implementation Pcap/PcapNG file format[^]