🦈

[Network] WireShark 필터링 및 분석

Table of contents
Title
Command
Tags
ip.addr == 192.168.56.116 and tcp
IP
TLS
TCP
http
ip.addr == 192.168.56.0/24
IP
ip.src == 192.168.56.116
IP
ip.dst == 192.168.56.116
IP
ip.addr == 192.168.56.116 and tcp.port == 51000
IP
PORT
TCP
UDP
tcp.srcport == 51000 || udp.srcport == 51000 tcp.dstport == 51000 || udp.dstport == 51000
PORT
TCP
UDP