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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Pcap.Net.x86" Version="1.0.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pcap.Net.x86 --version 1.0.4.1
#r "nuget: Pcap.Net.x86, 1.0.4.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.
Version Downloads Last updated
1.0.4.1 120,572 7/16/2016
1.0.4 1,427 5/21/2016
1.0.3 14,091 3/20/2015
1.0.2 3,143 1/31/2015
1.0.1 6,915 12/20/2014

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.