Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to read a pcap file packet per packet

I want to read a pcap file packet per packet and I didn't figure out how to do this. For example, I want to take the first packet in the pcap apply the filter tls.record.length to read it TLS record length and if this length is equal to a value append it to a list. I want to do this with a script. Any help please?