Jul 18, 2024
wireshark
.pcapng
; other options available.TCP Traffic: tcp
UDP Traffic: udp
HTTP Traffic: http
IP Address Filtering: ip.addr == 192.168.1.1
MAC Address Filtering: eth.addr == <MAC Address>
Port Filtering:
tcp.port == 80
udp.port == 53
Logical Operators:
tcp.port == 80 && ip.addr == 192.168.1.2
tcp.port == 443 || tcp.port == 80
!ip.addr == 192.168.1.100
SYN
, SYN-ACK
, ACK
packets.