Documentation ¶
Overview ¶
package packetparser contains the Retina packetparser plugin. It utilizes eBPF to parse packets and generate flow events.
Index ¶
Constants ¶
View Source
const ( TCPFlagFIN = 1 << iota TCPFlagSYN TCPFlagRST TCPFlagPSH TCPFlagACK TCPFlagURG TCPFlagECE TCPFlagCWR )
View Source
const ( Veth interfaceType = "veth" Device interfaceType = "device" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.