Currently, my wireshark can capture traffic from http://localhost (traffic that is on port 80) but it won't capture traffic on localhost:8888

Is there any extra configuration/software that I need for wireshark to capture traffic of localhost on this port? I'm running Ubuntu 9.10

link|improve this question

41% accept rate
feedback

3 Answers

What capture and display filters are you using?

Have you tried connecting using your local IP address instead of the loopback interface? That is, try http://192.168.xxx.xxx/ or whatever your local IP is.

link|improve this answer
feedback

In preferences you can set a list of ports that wireshark recognizes as http.

link|improve this answer
feedback

Try 127.0.0.1:8888 instead, I am at school so I can't test this at the moment but that should work.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.