kubeshark / tracer

The kernel tracer that attaches eBPF probes to containers for capturing TLS traffic
GNU General Public License v3.0
22 stars 6 forks source link

Create ssl entry in ssl_pending call #118

Closed bogdanvbalan closed 1 day ago

bogdanvbalan commented 1 day ago

Add uprobe to ssl_pending in order to create the entry in the ssl map for future ssl_read calls.