Wireshark에서 아래와 같은 결과값을 출력할 수 있는 display filter 값으로 옳지 않은 것은?
1
ping==8.8.8.8
2
ip.dst==8.8.8.8
3
icmp && ip.src==10.10.41.184
4
ip.src==10.10.41.184 && ip.dst==8.8.8.8