retis-org / retis

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

Allow user provided probe hooks #15

Closed atenart closed 2 years ago

atenart commented 2 years ago

Allow the user to provide its own BPF object file and load it as a hook in the probes. For this to work the following topics needs to be covered:

atenart commented 2 years ago

Fixed in #22 .