Run tshark in AWS lambda

asked 2022-08-10 21:30:44 +0000

Matty gravatar image

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

edit retag flag offensive close merge delete