Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ebpf): always pull first header bytes
For large packets, the whole packet including very first IP header could be in non-linear skb, so always do bpf_skb_pull_data while accessing datas. Fixes #20
- Loading branch information