/network_decoders

A collection of network decoders for traffic analyzers in Go

Primary LanguageGoMIT LicenseMIT

network decoders

A collection of network decoders for implementing network analyzers. Raw data is assumed to be a network packet as seen on the wire (e.g., captured with tcpdump or pcap).

There are very few restrictions and, thus, fewer validations. A higher-level analyzer would reason about possibly malformed packets, and take appropriate measures.

See also: