CFC4N

Results 168 comments of CFC4N

Already submitted in https://github.com/gojue/ecapture/pull/814.

I’m trying new solutions, like having them use different event workers. @yuweizzz What do you think of this idea?

> the hpack decoder and 4-tuple will be the key part. If we can store the hpack decoder according to 4-tuple and find the correct one for each headers frame,...

The `text` mode has many flaws. In the future, I am considering enhancing the functionality of the `pcapng` mode to parse network packets in real time, restore them based on...

在BIO模式下,确实存在 获取不到FD的情况。 所以,我建议未来改用`keylog+pcapng`方式来实现这点。 另外,如果你的场景里需要将明文导出,比如Nginx等软件,可以直接尝试openssl自带的`SSLKEYLOGFILE`等环境变量方式导出密钥就好。

你可以提个PR支持这个特性吗?

@anissac hello, 请问进展如何了? 是否遇到了困难?

可能确实存在这个问题,我将在近期排查它,谢谢。