🟒Filters

Filter packets by IP

ip.addr==<ip>

Filter packets sent from a specific address

ip.src==<ip>

Specify destination IP

ip.dst==<ip>

Filter traffic by request method

http.request.method == POST

Filter ARP traffic

arp

Filter HTTP traffic

http

Filter ICMP traffic

icmp

Filter HTTP or DNS traffic

http or dns

Filter HTTP or DNS traffic coming from specific address

ip.addr==<ip> and (dns or http)

Don't capture HTTP traffic from a specific IP

Filter traffic from specific tcp port

Filter traffic from specific udp port

Capture packets with SYN flag enabled

Capture packets with SYN and ACK

Capture packets with SYN and ACK inside a subnet

Filter packets by string

Last updated

Was this helpful?