Fluxzy.Core.Pcap
1.35.24
Prefix Reserved
dotnet add package Fluxzy.Core.Pcap --version 1.35.24
NuGet\Install-Package Fluxzy.Core.Pcap -Version 1.35.24
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.35.24" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fluxzy.Core.Pcap" Version="1.35.24" />
<PackageReference Include="Fluxzy.Core.Pcap" />
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.35.24
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Fluxzy.Core.Pcap, 1.35.24"
#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.35.24
#: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.35.24
#tool nuget:?package=Fluxzy.Core.Pcap&version=1.35.24
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 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Fluxzy.Core (>= 1.35.24)
- SharpPcap (>= 6.3.1)
-
net8.0
- Fluxzy.Core (>= 1.35.24)
- SharpPcap (>= 6.3.1)
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.35.24 | 64 | 4/9/2026 |
| 1.35.20 | 81 | 4/1/2026 |
| 1.35.16 | 91 | 3/23/2026 |
| 1.35.5-gc1a14969f2 | 85 | 3/19/2026 |
| 1.35.1 | 78 | 4/1/2026 |
| 1.34.1 | 137 | 1/19/2026 |
| 1.33.15 | 125 | 1/16/2026 |
| 1.33.10 | 130 | 1/7/2026 |
| 1.33.6-alpha-g1e97f7adf9 | 95 | 1/7/2026 |
| 1.33.4-alpha | 101 | 1/2/2026 |
| 1.32.2 | 129 | 1/2/2026 |
| 1.32.1 | 124 | 1/2/2026 |
| 1.31.32 | 218 | 12/25/2025 |
| 1.31.24 | 483 | 12/10/2025 |
| 1.31.22-alpha-gbff473a33d | 427 | 12/10/2025 |
| 1.31.19-alpha-g5272e8fbf1 | 448 | 12/9/2025 |
| 1.31.18-alpha-gf6dfaa163e | 442 | 12/8/2025 |
| 1.30.26 | 239 | 9/27/2025 |
| 1.30.25 | 334 | 8/26/2025 |
| 1.30.24 | 350 | 8/25/2025 |
Loading failed