I am reading a large pcap file using
packets = sniff(offline=pcapPath,
prn=customfunction, store=0, count=27242)
I want to avoid printing each packet to the console. How do you do this?
I am reading a large pcap file using
packets = sniff(offline=pcapPath,
prn=customfunction, store=0, count=27242)
I want to avoid printing each packet to the console. How do you do this?