I'm using rdpcap function of Scapy to read a PCAP file.
I also use the module described in a link to HTTP support in Scapy which is needed in my case, as I have to retrieve all the HTTP requests and responses and their related packets.
I noticed that parsing a large PCAP file the rdpcap function takes too much time to read it.
Is there a solution to read a pcap file faster?
Thanks