Reading and writing .pcap and .pcapng files produced by tcpdump and Wireshark alike.
$ dotnet add package Medo.PcapRWThis library is striving to support reading and writing .pcap files produced by
tcpdump.
It provides a convenient way for developers to integrate PCAP file reading functionality into their own applications.
It supports both classic and NG PCAP file formats and makes it easy to read and analyze packet capture data in a programmatic way.
You can find packaged library at NuGet.