NetworkInspector.Protocols 0.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package NetworkInspector.Protocols --version 0.2.0
                    
NuGet\Install-Package NetworkInspector.Protocols -Version 0.2.0
                    
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="NetworkInspector.Protocols" Version="0.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NetworkInspector.Protocols" Version="0.2.0" />
                    
Directory.Packages.props
<PackageReference Include="NetworkInspector.Protocols" />
                    
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 NetworkInspector.Protocols --version 0.2.0
                    
#r "nuget: NetworkInspector.Protocols, 0.2.0"
                    
#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 NetworkInspector.Protocols@0.2.0
                    
#: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=NetworkInspector.Protocols&version=0.2.0
                    
Install as a Cake Addin
#tool nuget:?package=NetworkInspector.Protocols&version=0.2.0
                    
Install as a Cake Tool

NetworkInspector.Protocols

NuGet

30 built-in protocol dissectors for the NetworkInspector packet analysis framework. Each protocol is a self-contained parser that registers fields, parses binary data, and dispatches to sub-protocols via typed dispatch tables.

Supported Protocols

# Protocol Name Layer
1 ArpProtocol ARP Network
2 CanProtocol CAN (classic / FD / XL) Link (Automotive)
3 DataProtocol Data Fallback
4 DhcpProtocol DHCPv4 Application
5 Dhcpv6Protocol DHCPv6 Application
6 DnsProtocol DNS Application
7 DtlsProtocol DTLS Application
8 EthernetProtocol Ethernet Link
9 FlexRayProtocol FlexRay Link (Automotive)
10 FrameProtocol Frame Meta
11 Http2Protocol HTTP/2 Application
12 HttpProtocol HTTP/1.x Application
13 IcmpProtocol ICMPv4 Network
14 Icmpv6Protocol ICMPv6 Network
15 IPv4Protocol IPv4 Network
16 IPv6Protocol IPv6 Network
17 JsonProtocol JSON Application
18 LinProtocol LIN Link (Automotive)
19 LlcProtocol LLC/SNAP Link
20 PduTransportProtocol PDU Transport Automotive
21 SignalPduProtocol Signal PDU Automotive
22 Sll2Protocol Linux SLL2 Link
23 SllProtocol Linux SLL Link
24 SomeIpProtocol SOME/IP Application
25 TcpProtocol TCP Transport
26 TextProtocol Text Application
27 TlsProtocol TLS Application
28 UdpProtocol UDP Transport
29 VlanProtocol VLAN (802.1Q) Link
30 WebSocketProtocol WebSocket Application

Registration

All protocols are registered via ProtocolRegistration.RegisterStandardProtocols():

StackBuilder builder = new(new SettingsManager(), new FrameInterfaceRegistry());
ProtocolRegistration.RegisterStandardProtocols(builder);
Stack stack = builder.Build();

Adding New Protocols

See PROTOCOL_GUIDE.md for a comprehensive implementation guide covering source generator attributes, field types, dispatch tables, index groups, error handling, and the complete checklist for new protocols.

License

MIT License — © DevAM

Product Compatible and additional computed target framework versions.
.NET 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.

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
0.4.0 59 6/2/2026
0.3.0 111 5/21/2026
0.2.0 100 5/19/2026