PcapDotNet / Pcap.Net

.NET wrapper for WinPcap written in C++/CLI and C#, which features almost all WinPcap features and includes a packet interpretation framework.
BSD 3-Clause "New" or "Revised" License
559 stars 168 forks source link

pcapng reading #53

Open bricknerb opened 9 years ago

bricknerb commented 9 years ago

pierre0001[CodePlex]
How to read a pcapng file? Is it possible, do you intend to develop it otherwise?

bricknerb commented 9 years ago

Brickner[CodePlex]
It seems WinPcap doesn't support pcapng files. http://stackoverflow.com/questions/8973337/how-can-i-open-a-pcap-ng-file-in-c-sharp It's probably still quite possible to develop support for that within Pcap.Net, but I can't say when would this happen.