4

top 7 common filter skills

0:输入下面过滤关键字后,回车即可生效

1:IP地址过滤

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

2:协议过滤

dns and http
dns or http
arp or icmp
sip and rtp

3: tcp ,udp 端口过滤

tcp.port == 
udp.port ==

4: packet lost如何查看

tcp.analysis.flags
tcp.flags.syn ==1   #tcp包的syn字段为1
tco.flags.reset ==1

5:过滤掉不需要的包,感叹号的用法

!(arp or dns or icmp)

6:contains关键字的用法(非常好用)

tcp contains youku
udp contains youku
http contains ok00

7:http包的过滤

http.request.method== POST
http.request.method== GET
http.response.code == 200

猫哥
304 声望44 粉丝

热衷于研究各类互联网技术,热爱学习,热爱生活!


引用和评论

0 条评论