Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Packet ¶
type Packet struct { Time time.Time Type packetType Device dev.Device Pid int Comm string Truncated bool Len int Data []byte }
func ParsePacketEvent ¶
type ProcessExec ¶
type ProcessExec struct { Pid int Filename string FilenameTruncated bool Args []string ArgsTruncated bool }
func ParseProcessExecEvent ¶
func ParseProcessExecEvent(event bpf.BpfExecEventT) (*ProcessExec, error)
func (ProcessExec) ArgsStr ¶
func (p ProcessExec) ArgsStr() string
func (ProcessExec) FilenameStr ¶
func (p ProcessExec) FilenameStr() string
Click to show internal directories.
Click to hide internal directories.