Pcap.Net.x64 1.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Pcap.Net.x64 --version 1.0.3
NuGet\Install-Package Pcap.Net.x64 -Version 1.0.3
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.x64" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pcap.Net.x64 --version 1.0.3
#r "nuget: Pcap.Net.x64, 1.0.3"
#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.x64 as a Cake Addin
#addin nuget:?package=Pcap.Net.x64&version=1.0.3

// Install Pcap.Net.x64 as a Cake Tool
#tool nuget:?package=Pcap.Net.x64&version=1.0.3

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 net40 is compatible.  net403 was computed.  net45 was computed.  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.x64:

Package Downloads
Fluid

Fluid is a flexible, all-in-one SDK for Everybody Edits made with the programmer in mind.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Pcap.Net.x64:

Repository Stars
Impostor/Impostor
Impostor - An open source reimplementation of the Among Us Server
baibaomen/Baibaomen.HttpHijacker
一个通过网络包嗅探攻击HTTP协议,从而对其它电脑上用户的网站登录会话进行劫持的演示程序。教程参见链接:
Version Downloads Last updated
1.0.4.1 89,440 7/16/2016
1.0.4 1,451 5/21/2016
1.0.3 3,604 3/20/2015
1.0.2 3,329 1/31/2015
1.0.1 1,562 12/20/2014

Pcap.Net - March 2015 Release
Version 1.0.3 (Change Set 76285)
March 17th, 2015 release of the Pcap.Net framework.

Changes
Packet Interpretation:
* Add support for DNS Option Client Subnet.
* Calculate KeyTag for DNS resource records DNSKEY and KEY.
* Fix ICMP Parameter Problem and generalize it according to RFC 4884.
* Refactor ICMP with limited IPv4 payload.
* Add CommercialSecurity to the list of IPv4 option types (without supporting it).
.NET wrap for WinPcap:
* Fix PacketSampleStatistics to use uint64 instead of uint32.