diff --git a/firewall/interception/ebpf/programs/monitor.c b/firewall/interception/ebpf/programs/monitor.c index 1964e7c7..b084a5d8 100644 --- a/firewall/interception/ebpf/programs/monitor.c +++ b/firewall/interception/ebpf/programs/monitor.c @@ -46,7 +46,7 @@ int BPF_PROG(tcp_connect, struct sock *sk) { return 0; } - // Read PID (Careful: This is the Thread Group ID in kernel speak!) + // Read PID (Careful: This is the Thread Group ID in kernel speak!) tcp_info->pid = __builtin_bswap32((u32)(bpf_get_current_pid_tgid() >> 32)); // Set protocol