wireshark部分过滤规则

来源:互联网 发布:海口百度最seo 编辑:程序博客网 时间:2024/04/30 10:04

http过滤

http.request.method == “GET”

http.request.method == “POST”
GET包
http.request.method == “GET” && http contains “Host: “
http.request.method == “GET” && http contains “User-Agent: “
POST包
http.request.method == “POST” && http contains “Host: “
http.request.method == “POST” && http contains “User-Agent: “
响应包
http contains “HTTP/1.1 200 OK” && http contains “Content-Type: “
http contains “HTTP/1.0 200 OK” && http contains “Content-Type: “

协议过滤
tcp,udp,arp,icmp,http,smtp,ftp,dns,ip,ssl





0 0
原创粉丝点击