wireshark 报文常用过滤规则

常用过滤规则:

  协议过滤、IP过滤、端口过滤路径过滤

 

 一、协议过滤  

 

 

二、IP过滤

ip.src == xx
ip.dst == xx
ip.addr == xx

 

三、端口过滤

tcp.port == xx
udp.port == xx
tcp.srcport == xx
tcp.dstport == xx

 

 

四、路径过滤

http.request.uri == xxx

 

posted @ 2021-04-20 14:26  pengsn  阅读(1021)  评论(0编辑  收藏  举报