특정 포트 지정

tshark -f "udp port 162" -i any

works for me here on Linux(CentOS). Ubuntu 에서도 작동


tshark -i ens1 -w test.pcap -F libpcap -f "tcp port 1935"



-w (Write File) -F (specify library)  -i (specify interface)


+ Recent posts