how can I configure wireshark to capture to not-80 port http request? -


with "ip.dst == 10.1.0.199 , http.request", can listen http request 199 port of 80, when start non-80 port http server on 199, wireshark not capture http request more.

could please give me point that?

thanks in advance~~~

you need port configuration: tcp.port == 8080 example.

that allow capture traffic. should able decode traffic http. possible configure wireshark traffic on non-standard port automatically parsed http traffic.

the top results google using: wireshark capture http non-standard port

should give option work case.


Comments