Ilya Smagin Asked: 2011-09-09 11:37:21 +0800 CST2011-09-09 11:37:21 +0800 CST 2011-09-09 11:37:21 +0800 CST Como fazer apenas solicitações POST de filtro wireshark? 772 Como fazer apenas solicitações POST de filtro wireshark? http wireshark protocol-analyzer filter packet-capture 4 respostas Voted Best Answer Shane Madden 2011-09-09T11:40:28+08:002011-09-09T11:40:28+08:00 Você pode usar o seguinte filtro: http.request.method == "POST" Said Bin 2012-06-16T06:07:44+08:002012-06-16T06:07:44+08:00 Se você deseja exibir os dois métodos GET e POST, filtre o wireshark assim http.request.method == GET or http.request.method == POST rwer 2016-09-16T07:53:41+08:002016-09-16T07:53:41+08:00 sadashttp.request.method == “POST” http.request.method == “POST” lukyer 2019-08-27T04:01:11+08:002019-08-27T04:01:11+08:00 Para HTTP2 basta usarhttp2.headers.method == "POST"
Você pode usar o seguinte filtro:
Se você deseja exibir os dois métodos GET e POST, filtre o wireshark assim
Para HTTP2 basta usar
http2.headers.method == "POST"