过滤IP地址为192.168.1.10并且端口号为80端口的数据包,用哪个过滤器()。
A.
ip.addr==172.20.86.242 and tcp.port==80 or udp.port==80
B.
ip.addr==172.20.86.242 and tcp.port==80 and udp.port==80
C.
ip.addr==172.20.86.242 and (tcp.port==80 or udp.port==80)
D.
ip.addr==172.20.86.242 or tcp.port==80 or udp.port==80