How can I find the numebr of TLS and DTLS raw data in pcap?

136 Views Asked by At

I want to parse a pcap file and find the number of encrypted data, both TLS and DTLS separately. Scapy doesn't support the DTLS layer, but I understand there is a support package (https://github.com/tintinweb/scapy-ssl_tls/) that can handle this issue.

scapy-ssl_tls

The problem is I got problems with importing packages e.g TLS and DTLS Records

from scapy_ssl_tls.ssl_tls import TLS

Can you please suggest any methods to find the number of encrypted data e.g. tshark?

0

There are 0 best solutions below