Replies: 1 comment
-
|
yo, maybe the llm misunderstood the question... is not possible to decode it in eBPF (Kernel), but is possible to capture it in eBPF and decode in BCC. You can try by hooking SSL_write with the kernel program, and hexdump it in the userspace. Technically should be possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i did asked LLM, it said http2 use HPACK to encrypt packet and writing an HPACK Decompressor inside an eBPF kernel program is impossible, so thought to ask about it here.
Beta Was this translation helpful? Give feedback.
All reactions