Pcap.Net.x86
1.0.4.1
dotnet add package Pcap.Net.x86 --version 1.0.4.1
NuGet\Install-Package Pcap.Net.x86 -Version 1.0.4.1
<PackageReference Include="Pcap.Net.x86" Version="1.0.4.1" />
paket add Pcap.Net.x86 --version 1.0.4.1
#r "nuget: Pcap.Net.x86, 1.0.4.1"
// Install Pcap.Net.x86 as a Cake Addin #addin nuget:?package=Pcap.Net.x86&version=1.0.4.1 // Install Pcap.Net.x86 as a Cake Tool #tool nuget:?package=Pcap.Net.x86&version=1.0.4.1
Pcap.Net is a .NET wrapper for WinPcap written in C++/CLI and C#.
It Features almost all WinPcap features and includes a packet interpretation framework.
See http://pcapdot.net/.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Pcap.Net.x86:
Package | Downloads |
---|---|
Fluid
Fluid is a flexible, all-in-one SDK for Everybody Edits made with the programmer in mind. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Pcap.Net.x86:
Repository | Stars |
---|---|
bitbrute/evillimiter-windows
Tool that limits bandwidth of devices on the same network without access.
|
Pcap.Net - May 2016 Release
Version 1.0.4
May 21st, 2016 release of the Pcap.Net framework.
Files
Pcap.Net.DevelopersPack.1.0.4.zip - Includes all the Pcap.Net Tutorial example projects source files, the binaries in a 3rdParty directory and the documentation. It includes two versions - x86 (32 bit) version and x64 (64 bit) version (only the binaries are different).
Pcap.Net.Binaries.1.0.4.zip - The x86 (32 bit) and x64 (64 bit) binaries.
Pcap.Net.Documentation.1.0.4.zip - The documentation.
Pcap.Net.Source.1.0.4.zip - The source files.
Changes
Using .NET 4.5 (and Visual Studio 2013).
Packet Interpretation:
Add Packet.OriginalLength property to tell what was the length of the packet off wire and not just the captured part.
Support IPv4 Large Segment Offload.
Support IGMP Version 0.
Throw an exception when creating a DataSegment with null buffer.
Avoid returning negative Padding when the Ethernet's payload is big enough.
Throw an exception when trying to Build an IPv6 packet which is too long.
.NET wrap for WinPcap:
Better error messages when failing to open a .pcap file.