Module types

Source
Expand description

Data types used in Falco events

Modules§

format
Formatting wrappers

Structs§

Bool
Boolean value (0/1)
CStrArray
A serialized representation of a C-style string array
CStrPairArray
A serialized representation of a C-style string array that contains pairs of strings.
Fd
File descriptor
Gid
Group id
IpNet
An IP network
Ipv4Net
An IPv4 network
Ipv6Net
An IPv6 network
L4Proto
Layer 4 protocol (tcp/udp)
Pid
Process or thread id
Port
IP port number
RelativePath
A relative path
SigSet
Signal set (bitmask of signals, only the lower 32 bits are used)
SigType
A signal number
SockFamily
Socket family (PPM_AF_*)
SyscallId
A system call number
SyscallResult
Syscall result
SystemTime
System time
Uid
User id