kubeshark/tap/tlstapper
David Levanon 57f8a8dca9
Feature/fix tls not listening (#1046)
* avoid chunks with invalid address

* tls tapper should distict between pids

* prettfy tls verbose log and tls key

* support tls from multi threads + duplicate calls to the same target

* introduce fdCache and user address pair as tls key

* remove unused comment

* fix merge conflicts

* use lru for fdcache

* pr fixes - renaming

* fix conflict issue
2022-05-02 21:33:26 +03:00
..
bpf Feature/fix tls not listening (#1046) 2022-05-02 21:33:26 +03:00
bpf-builder Support TLS big buffers (#893) 2022-03-23 11:27:06 +02:00
bpf_logger_messages.go EBPF error handling 2022-03-28 14:19:06 +03:00
bpf_logger.go Make logger a separate module such that don't depend on shared module as a whole for logging (#1047) 2022-04-27 22:26:27 +03:00
chunk.go Feature/fix tls not listening (#1046) 2022-05-02 21:33:26 +03:00
sockfd_info.go Feature/fix tls not listening (#1046) 2022-05-02 21:33:26 +03:00
ssllib_finder.go Make logger a separate module such that don't depend on shared module as a whole for logging (#1047) 2022-04-27 22:26:27 +03:00
ssllib_hooks.go Add tls tapper (#683) 2022-02-16 15:34:51 +02:00
ssllib_offsets.go Make logger a separate module such that don't depend on shared module as a whole for logging (#1047) 2022-04-27 22:26:27 +03:00
syscall_hooks.go Add tls tapper (#683) 2022-02-16 15:34:51 +02:00
tls_emitter.go Add kube namespace to tls (TRA-4443) (#1013) 2022-04-18 16:12:51 +03:00
tls_poller.go Feature/fix tls not listening (#1046) 2022-05-02 21:33:26 +03:00
tls_process_discoverer.go Make logger a separate module such that don't depend on shared module as a whole for logging (#1047) 2022-04-27 22:26:27 +03:00
tls_reader.go Feature/fix tls not listening (#1046) 2022-05-02 21:33:26 +03:00
tls_stream.go Fix the request-response matcher maps iteration in clean() method and share the streams map with the TLS tapper (#1059) 2022-05-01 16:16:22 +03:00
tls_tapper.go Feature/fix tls not listening (#1046) 2022-05-02 21:33:26 +03:00
tlstapper_bpfeb.go EBPF error handling 2022-03-28 14:19:06 +03:00
tlstapper_bpfeb.o Feature/fix tls not listening (#1046) 2022-05-02 21:33:26 +03:00
tlstapper_bpfel.go EBPF error handling 2022-03-28 14:19:06 +03:00
tlstapper_bpfel.o Feature/fix tls not listening (#1046) 2022-05-02 21:33:26 +03:00