下列Wireshark过滤表达式()可以捕获所有发往或来自IP地址192.168.1.100的HTTPS流量。
下列Wireshark过滤表达式()可以捕获所有发往或来自IP地址192.168.1.100的HTTPS流量。
A、http.host==192.168.1.100
B、ip.addr==192.168.1.100&&tcp.port==443
C、http.request.method==“GET”&&ip.addr==192.168.1.100
D、ip.addr==192.168.1.100&&tcp.port==80
正确答案:B