jayd2446 / sharppcap

Official repository - Fully managed, cross platform (Windows, Mac, Linux) .NET library for capturing packets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sharppcap

Fully managed, cross platform (Windows, Mac, Linux) .NET library for capturing packets from live and file based devices

The official SharpPcap repository.

Features

Note that packet dissection and creation was split from SharpPcap some years ago into a separate project, Packet.Net. See the Packet.Net page for a full list of supported packet formats.

  • On Linux, support for libpcap

  • On Windows, support for:

  • Live device lists

  • Statistics

  • Reading packets from Live Devices (actual network devices) and Offline Devices (Capture files)

  • Support for Berkley Packet Filters

  • Dumping packets to Pcap files.

Examples

See the Examples folder for a range of examples using SharpPcap

CI support

We have support for a number of CI systems for a few reasons:

  • Diversity of CI systems in case one of them shuts down
  • Examples in case you'd like to customize SharpPcap and make use of one of these CI systems for internal builds. Note that we assume you are following the license for the library.

Releases

SharpPcap is released via nuget

About

Official repository - Fully managed, cross platform (Windows, Mac, Linux) .NET library for capturing packets

License:GNU Lesser General Public License v3.0


Languages

Language:C# 84.2%Language:HTML 15.6%Language:Shell 0.2%