Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does xdpcap work similarly to xdpdump, where it can capture packets before and after xdp program execution? #50

Closed
yzhao1012 opened this issue Apr 2, 2021 · 1 comment

Comments

@yzhao1012
Copy link

https://github.com/xdp-project/xdp-tools
https://www.redhat.com/en/blog/capturing-network-traffic-express-data-path-xdp-environment

Has another tool called xdpdump. It was built around ebpf as well, specifically:

xdpdump to capture the original packet at ingress and the modifications the XDP program has made to the packet after execution

Is this the same for xdpcap?

@arthurfabre
Copy link
Contributor

Unfortunately not, currently xdpcap only supports capturing the packet after the program has run. #51 tracks adding support for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants