Pcap.Net.x64
1.0.1
See the version list below for details.
dotnet add package Pcap.Net.x64 --version 1.0.1
NuGet\Install-Package Pcap.Net.x64 -Version 1.0.1
<PackageReference Include="Pcap.Net.x64" Version="1.0.1" />
paket add Pcap.Net.x64 --version 1.0.1
#r "nuget: Pcap.Net.x64, 1.0.1"
// Install Pcap.Net.x64 as a Cake Addin #addin nuget:?package=Pcap.Net.x64&version=1.0.1 // Install Pcap.Net.x64 as a Cake Tool #tool nuget:?package=Pcap.Net.x64&version=1.0.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 | 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. |
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协议,从而对其它电脑上用户的网站登录会话进行劫持的演示程序。教程参见链接:
|
Pcap.Net - October 2014 Release
Version 1.0.1 (Change Set 75541)
October 4th, 2014 release of the Pcap.Net framework.
Changes
Packet Interpretation:
* Layers over IPv6 support.
* Support for automatically calculate UDP and TCP checksums over IPv6.
* Automatically calculate the NextHeader field for IPv6 Layer and ExtensionHeaders.
* IP property for Ethernet based datagrams and IP datagrams to return either IPv4 or IPv6.
* Fix IsValid for IPv4 with an inner IPv4 or IPv6. Fix IsValid for IPv6 with inner layers.