# tcpdump -q \( dst net 1.2.3.0/24 or 1.2.4.0/25 \) and dst port 80 # tcpdump host A and \( B or C \) # tcpdump ip host A and not B # tcpdump net ucb-ether # tcpdump 'gateway A and (port ftp or ftp-data)' # tcpdump ip and not net # tcpdump 'tcp[13] & 3 != 0 and not src and dst net # tcpdump 'gateway A and ip[2:2] > 576' # tcpdump 'ether[0] & 1 = 0 and ip[16] >= 224' # tcpdump 'icmp[0] != 8 and icmp[0] != 0' # tcpdump src net 1.2.3 or 1.2.4 and not dst net 1.2.3 or 1.2.4 # tcpdump -i br1 |
eth1으로 오가는 IPv6패킷을 자세히(vv) 검사
출처 : 이지빌 - 무료웹호스팅- www.ezvil.net

Comments List
嫄몄