kubeshark/tap/tlstapper/bpf-builder
2022-03-23 11:27:06 +02:00
..
build.sh Support TLS big buffers (#893) 2022-03-23 11:27:06 +02:00
Dockerfile compile ebpf objects with llvm version 11 (#880) 2022-03-06 17:45:13 +02:00
README.md Add tls tapper (#683) 2022-02-16 15:34:51 +02:00

Bpf builder

Currently we push the ebpf *.o files to source control, the motivation for it is to avoid the need for everyone to compile it in their PC.

This directory helps those who do want to build the .o files, it also serve as a documentation for the process of compiling the ebpf code.

How to run ebpf-builder

From you shell, go to this directory and run ./build.sh

Once the docker finished successfully, make sure to commit the four relevant files.

tlstapper_bpfeb.go tlstapper_bpfel.go tlstapper_bpfeb.o tlstapper_bpfel.o