1. 程式人生 > >wireshark部分過濾規則

wireshark部分過濾規則

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