Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.
/ xdptrace Public archive

A tcpdump-like tool, attaches to XDP programs and traces packets as they traverse a tail-call based pipeline

License

Notifications You must be signed in to change notification settings

mejedi/xdptrace

Repository files navigation

xdptrace (prototype)

A tcpdump-like tool, attaches to XDP programs and traces packets as they traverse a tail-call based pipeline.

The tool depends on the tracee coperation. Specifically, cooperating XDP programs must define and invoke

int xdp_trace_entry__(struct xdp_md *ctx);
int xdp_trace_exit__(struct xdp_md *ctx, int res);

subprograms.

About

A tcpdump-like tool, attaches to XDP programs and traces packets as they traverse a tail-call based pipeline

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published