PcapngFile 1.0.5
Reads PCAP Next Generation files and generates CLR objects from its data. Implemented according to the draft specification at http://www.winpcap.org/ntar/draft/PCAP-DumpFileFormat.html.
Install-Package PcapngFile -Version 1.0.5
dotnet add package PcapngFile --version 1.0.5
<PackageReference Include="PcapngFile" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PcapngFile --version 1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PcapngFile, 1.0.5"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install PcapngFile as a Cake Addin
#addin nuget:?package=PcapngFile&version=1.0.5
// Install PcapngFile as a Cake Tool
#tool nuget:?package=PcapngFile&version=1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
* Port to .NET 5.0.
* Update package metadata including copyright.
Dependencies
-
net5.0
- Microsoft.NETCore.Platforms (>= 5.0.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.