Search code examples
c#pcaplibpcapsnoop

Which Packet Capture Format is better?


I am writing an application to save the captured IP packets to file. Which of the following packet capture format is better suited for use as the file format? Click on the link for more information on each.

In addition, is there a C# library for any of the above format?


Solution

  • I'd go for PCAP, as most tools I usually work with support it (Wireshark, tcpdump, etc.)

    WinPCAP wrapper for .NET