Jul 11, 2024
wireshark
.tcp
: Shows only TCP traffic.udp
: Shows only UDP traffic.http
: Shows only HTTP traffic.ip.addr == 192.168.1.1
: Show packets involving a specific IP address.tcp.port == 80
: Focus on packets through a specific port.and
, or
, not
for complex filters.