2
Is it normal that I have huge amount of HTTP packets every second in Wireshark, even if I am not doing anything?
I would like to analyse some packets related to one website in particular, but how can I do this when there's such a large number of packets in Wireshark?
Have a look at capture filters - http://wiki.wireshark.org/CaptureFilters
– arunkumar – 2011-09-04T20:42:06.9201Your network adapter is doing all sorts of coordination on a network that you don't see, and doesn't require interaction. You will need to apply a filter to WireShark for HTTP traffic to make any sense of it. – vcsjones – 2011-09-04T20:42:52.827
probably find the website's IP and filter to just packets with that source or dest IP. – barlop – 2011-09-05T02:24:21.887