packet

How to read a packet TLS meta-data with scapy python

How to read a packet TLS meta-data with scapy python Question: How can I read TLS information (record length, record type…) from a packet using scapy. I have used load_layer(‘tls’) and I’m able to read some information when there is a single TLS record in a packet but when there is multiple TLS record in …

Total answers: 1