Wireshark过滤:
过滤UDP协议包:udp
过滤TCP协议包:tcp
过滤源ip与目标ip请求包:ip.src_host == 192.168.X.X or ip.dst_host == 192.168.X.X
其中要注意or and 运算