AITleo
AITleo
When compiling for ubuntu22.04 Linux 6.5.0-35 I received a gcc warning about mismatched compilers and an error about an unknown option like so: ``` warning: the compiler differs from the...
I was going through the code and stumbled over the complex mechanism of intercepting TCP packages via pcap, reassembling them in the ring buffer and then searching through them. Why...
The documentation about the timeout for `BPF.ring_buffer_poll(timeout=T)` is unclear. At least for me. It states: > The timeout parameter is optional and measured in milliseconds. In its absence, polling continues...