Expand description
Data types used in Falco events
Modules§
- format
- Formatting wrappers
Structs§
- Bool
- Boolean value (0/1)
- CStr
Array - A serialized representation of a C-style string array
- CStr
Pair Array - 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
- Relative
Path - A relative path
- SigSet
- Signal set (bitmask of signals, only the lower 32 bits are used)
- SigType
- A signal number
- Sock
Family - Socket family (
PPM_AF_*
) - Syscall
Id - A system call number
- Syscall
Result - Syscall result
- System
Time - System time
- Uid
- User id