Run tshark in AWS lambda
How do I get tshark running inside of AWS lambda? I've tried building from source, but I believe the libraries in the base lambda image (docker amazonlinux:2
) are too old
Is there another way? I've tried using dpkt, scapy and pypcapkit but none of these will decrypt TLS 1.3 packets with a given NSS keylog file
add a comment