Pcap.Net.x86
1.0.2
See the version list below for details.
dotnet add package Pcap.Net.x86 --version 1.0.2
NuGet\Install-Package Pcap.Net.x86 -Version 1.0.2
<PackageReference Include="Pcap.Net.x86" Version="1.0.2" />
paket add Pcap.Net.x86 --version 1.0.2
#r "nuget: Pcap.Net.x86, 1.0.2"
// Install Pcap.Net.x86 as a Cake Addin #addin nuget:?package=Pcap.Net.x86&version=1.0.2 // Install Pcap.Net.x86 as a Cake Tool #tool nuget:?package=Pcap.Net.x86&version=1.0.2
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.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 - January 2015 Release
Version 1.0.2 (Change Set 76195)
January 30th, 2015 release of the Pcap.Net framework.
Changes
Packet Interpretation:
* Add EthernetDatagram.Padding property.
* Rename TrailerWithFrameCheckSequence to ExtraData.
* Add MaximumTransmissionUnitProbe to the list of IPv4 option types, but no support for it yet.
* Fix IPv4 and IPv6 QuickStart Option so that Nonce doesn't include the reserved bits.
* Fix IpV6MobilityOptionContextRequest to include the reserved field.
* Fix RFC reference in IpV6MobilityOptionIpV6AddressPrefix.
* Add support for the TCP Authentication Option. Made by jeffke!.
* Add TcpDatagram.IsNonceSum property.
* Improve TCP documentation (use the same field overview format used in Datagrams in TCP options).
* More complete documentation of HttpDatagram format.
* Fix DnsResourceDataNextDomain bug, which resulted in wrong results in IsTypePresentForOwner() and CreateTypeBitmap().
* Fix UInt128 Parsing from hexa and ToString() to hexa to handle the extra 0 used in BigInteger correctly.