This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

using wireshark to debug http traffic on a non standard port

0

I am debugging a web application that runs on a non standard http port, and because of this I do not get any HTTP packets in wireshark. Is there some way to have WS decode these packets as HTTP?

asked 12 Sep '11, 13:37

jaylill's gravatar image

jaylill
1111
accept rate: 0%


One Answer:

2

Right click on of the packets in the capture, select "Decode As ...", on the transport tab choose the appropriate port that the server is sitting on and then select HTTP in the protocol list, then click OK.

answered 12 Sep '11, 13:51

grahamb's gravatar image

grahamb ♦
19.8k330206
accept rate: 22%