├── .gitignore ├── README.md ├── URL Filtering with eBPF.pdf ├── URL Filtering with eBPF.pptx ├── ebpf_http_filter-short.pdf ├── ebpf_http_filter-short.pptx ├── http-parse-complete.c ├── http-parse-complete.py ├── http-parse-simple.c └── http-parse-simple.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netgroup-polito/ebpf-test/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netgroup-polito/ebpf-test/HEAD/README.md -------------------------------------------------------------------------------- /URL Filtering with eBPF.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netgroup-polito/ebpf-test/HEAD/URL Filtering with eBPF.pdf -------------------------------------------------------------------------------- /URL Filtering with eBPF.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netgroup-polito/ebpf-test/HEAD/URL Filtering with eBPF.pptx -------------------------------------------------------------------------------- /ebpf_http_filter-short.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netgroup-polito/ebpf-test/HEAD/ebpf_http_filter-short.pdf -------------------------------------------------------------------------------- /ebpf_http_filter-short.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netgroup-polito/ebpf-test/HEAD/ebpf_http_filter-short.pptx -------------------------------------------------------------------------------- /http-parse-complete.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netgroup-polito/ebpf-test/HEAD/http-parse-complete.c -------------------------------------------------------------------------------- /http-parse-complete.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netgroup-polito/ebpf-test/HEAD/http-parse-complete.py -------------------------------------------------------------------------------- /http-parse-simple.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netgroup-polito/ebpf-test/HEAD/http-parse-simple.c -------------------------------------------------------------------------------- /http-parse-simple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netgroup-polito/ebpf-test/HEAD/http-parse-simple.py --------------------------------------------------------------------------------