CFC4N
CFC4N
Switch from the basic log library in Golang to rs/zerolog. Zero Allocation JSON Logger:https://github.com/rs/zerolog
Add the feature to export capture results in HAR format.
error output: ```shell Reading state information... E: Unable to locate package linux-source-6.8.0 E: Couldn't find any package by glob 'linux-source-6.8.0' E: Couldn't find any package by regex 'linux-source-6.8.0' Error: Process...
fixes: #618, improve #623
On arm64 docker simulated by qemu, when cross-compiling amd64 products, there is a problem that the header file cannot be found. /usr/src/./linux-source-5.15.0/include/linux/compiler_types.h:99:10: fatal error: 'asm/compiler.h' file not found
via [github action (docker build)](https://github.com/gojue/ecapture/actions/runs/11208092161/job/31151556985#step:7:3409) ```shell clang \ #18 8.403 -emit-llvm -O2 -S -D__TARGET_ARCH_x86 -xc -g -isystem -D__BPF_TRACING__ -D__KERNEL__ -DNOCORE -nostdinc -DKBUILD_MODNAME=\"eCapture\" -target x86_64 -Wall -Wno-unused-variable -Wnounused-but-set-variable -Wno-frame-address -Wno-unused-value -Wno-unknown-warning-option...
Hello everyone, in my [project](https://github.com/gojue/ecapture/blob/master/.github/workflows/pr_agent.yml), the operation failed, but it was fine two days ago, here I didn't make any changes during this time. What went wrong? Is it because...
Add the common part of the original event to the event_processor for easy direct printing