kubeshark / tracer

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

introduce new unix socket packet writer #26

Closed iluxa closed 5 months ago

iluxa commented 5 months ago

New packet exporter is introduced to resolve https://github.com/kubeshark/tracer/issues/25 unix socket file name in data directory is tls.unix supports up to 10 clients each message is joined header(counter and timestamp, each uint64) with foloowing ethernet frame

alongir commented 5 months ago

@iluxa I'll test it out in a few hours

iluxa commented 5 months ago

Closing, as soon as created new one https://github.com/kubeshark/tracer/pull/31