retis-org / retis

Tracing packets in the Linux networking stack & friends
https://retis.readthedocs.io/en/stable/
100 stars 14 forks source link

Use a plain struct for the kernel & userspace bpf events #117

Open atenart opened 1 year ago

atenart commented 1 year ago

Currently those two BPF events are parsed manually using raw.data. We should move to using a well defined struct and parse_single_raw_section.