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?