Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-users: [Wireshark-users] newbie question

From: Aaron Stromas <passogiau@xxxxxxxxx>
Date: Wed, 28 Apr 2010 09:26:22 -0400
Greetings,

I am trying to capture HTTP traffic on my local box. The HTTP server is listening on port 8080, and the client (browser) also running on the local box submits requests to http://localhost:8080/...

I've tried this filter

http and (ip.dst_host==localhost || ip.dst==127.0.0.1)

and this one

tcp.port==8080 and (ip.dst_host==localhost || ip.dst==127.0.0.1)

but nothing get captured!

I expect, I'm missing something basic but what?
TIA



--
Aaron Stromas