How to make a program in C # .net and use winpcap library in it?

I want to create a project using winpcap library in C # .net. There is one jpcap.jar library file in java. What are the requirements for creating this project?

+3
source share
1 answer

You might want to look at the .NET Pcap.Net wrapper on codeplex .

Features of Pcap.Net

including:

  • Getting a list of Live Devices on the local host.
  • Reading packages from Live Devices (Network Devices) and stand-alone devices (Files) using other WinPcap methods.
  • Getting statistics for the entire capture.
  • Retrieving package statistics instead of full packages.
  • Using various sampling methods.
  • Berkley.
  • Live- WinPcap .
  • Pcap.
  • Enumerables ( LINQ).
+4

All Articles