wasm-bpf/examples/sockfilter
officeyutong 2f52ca5930 update: re-structured directories & update CI 2023-02-21 09:20:28 +00:00
..
Makefile update: re-structured directories & update CI 2023-02-21 09:20:28 +00:00
README.md update README for new examples 2023-02-06 06:00:09 +08:00
libbpf-wasm.h update: re-structured directories & update CI 2023-02-21 09:20:28 +00:00
sockfilter.bpf.c update README for new examples 2023-02-06 06:00:09 +08:00
sockfilter.c fix markdown format 2023-02-06 06:07:58 +08:00

README.md

Demo BPF applications

Socket filter

sockfilter is an example of monitoring packet and dealing with __sk_buff structure.

see libbpf-bootstrap for more details.

We can provide a similar developing experience as the libbpf-bootstrap development. Just run make to build the wasm binary:

make