VOOZH about

URL: https://www.nuget.org/packages/Fluxzy.Core.Pcap/

⇱ NuGet Gallery | Fluxzy.Core.Pcap 1.37.2




👁 Image
Fluxzy.Core.Pcap 1.37.2

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Fluxzy.Core.Pcap --version 1.37.2
 
 
NuGet\Install-Package Fluxzy.Core.Pcap -Version 1.37.2
 
 
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="Fluxzy.Core.Pcap" Version="1.37.2" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fluxzy.Core.Pcap" Version="1.37.2" />
 
Directory.Packages.props
<PackageReference Include="Fluxzy.Core.Pcap" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Fluxzy.Core.Pcap --version 1.37.2
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Fluxzy.Core.Pcap, 1.37.2"
 
 
#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.
#:package Fluxzy.Core.Pcap@1.37.2
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Fluxzy.Core.Pcap&version=1.37.2
 
Install as a Cake Addin
#tool nuget:?package=Fluxzy.Core.Pcap&version=1.37.2
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Fluxzy.Core.Pcap

An extension for Fluxzy.Core that enables raw packet capture alongside HTTP(S) interception using SharpPcap.

What It Adds

  • Capture and export deciphered raw packets in PCAP format
  • Correlate raw TCP/TLS traffic with the corresponding HTTP exchanges
  • NSS key log support for external analysis in Wireshark

Requirements

A packet capture library must be installed on the host:

  • Linux/macOS: libpcap
  • Windows: Npcap

Quick Start

var fluxzySetting = FluxzySetting.CreateDefault(IPAddress.Any, 44344);

// Enable raw packet capture
fluxzySetting.SetCaptureRawPacket(true);

await using var proxy = new Proxy(fluxzySetting,
 new FluxzyNetOutOfProcessHost()); // uses pcap engine

var endpoints = proxy.Run();

Documentation

Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.38.18-alpha-g3c01d0750b 60 6/16/2026
1.38.14-alpha-g4fab7c04d9 66 6/13/2026
1.38.13-alpha-g5801eb374e 58 6/13/2026
1.37.2 655 6/7/2026
1.36.55 3,204 5/7/2026
1.35.26 137 4/16/2026
1.35.25 129 4/13/2026
1.35.24 120 4/9/2026
1.35.20 118 4/1/2026
1.35.16 129 3/23/2026
1.35.5-gc1a14969f2 105 3/19/2026
1.35.1 116 4/1/2026
1.34.1 173 1/19/2026
1.33.15 154 1/16/2026
1.33.10 158 1/7/2026
1.33.6-alpha-g1e97f7adf9 114 1/7/2026
1.33.4-alpha 117 1/2/2026
1.32.2 156 1/2/2026
1.32.1 152 1/2/2026
1.31.32 244 12/25/2025
Loading failed