1 | initial version |
If you really only want to see answers, you could uses
(icmp or dns) and ip.src==8.8.8.8
If you want both requests and answers, it would be
(icmp or dns) and ip.addr==8.8.8.8
2 | No.2 Revision |
If you really only want to see answers, you could usesuse:
(icmp or dns) and ip.src==8.8.8.8
If you want both requests and answers, it would bebe:
(icmp or dns) and ip.addr==8.8.8.8