题目:在Wireshark中过滤出源地址是192.168.1.101或者目标地址是192.168.1.102的数据包,正确的过滤表达式是()
A、ip.src == 192.168.1.101 and ip.dst == 192.168.1.102
B、ip.src == 192.168.1.101 or ip.dst == 192.168.1.102
C、ip.src =192.168.1.101 ,ip.dst=192.168.1.102
D、ip.src=192.168.1.101 or ip.dst=192.168.1.102