# Functions

DNSRcodeToStr decode DNS flags response code bits and return a string https://datatracker.ietf.org/doc/html/rfc2929#section-2.3.
No description provided by the author
No description provided by the author
PktDropCauseToStr is based on kernel drop cause definition https://elixir.bootlin.com/linux/latest/source/include/net/dropreason.h#L88 nolint:cyclop.
TCPStateToStr is based on kernel TCP state definition https://elixir.bootlin.com/linux/v6.3/source/include/net/tcp_states.h#L12.

# Structs

Protobuf decodes protobuf flow records definitions, as forwarded by ingest.NetObservAgent, into a Generic Map that follows the same naming conventions as the IPFIX flows from ingest.IngestCollector.