# 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.
RecordToMap converts the flow from Agent inner model into FLP GenericMap model.
TCPStateToStr is based on kernel TCP state definition https://elixir.bootlin.com/linux/v6.3/source/include/net/tcp_states.h#L12.