I want to filter my pcap file by their domains. I mean, I want to see the packets comes on a website ends with ".com", ".org" or ".net".
I tried: dns contains "com", ip.src_host == com, ip.src_host == com, http contains "com". None of them worked correctly.