tcpdump 특정 포트 제외 방법(22번)
tcpdump not dst port 22 and not src port 22
eth0에서 들어오는 tcp 제외
tcpdump -i eth0 not dst port 22 and not src port 22
tcpdump 특정 포트 제외 방법(22번)
tcpdump not dst port 22 and not src port 22
eth0에서 들어오는 tcp 제외
tcpdump -i eth0 not dst port 22 and not src port 22