I'm using wireshark on my desktop to see traffic. What exactly am I suppose to be looking for? There's all this stuff, and lots of it!!! This question is marked "community wiki". asked 06 Sep '11, 18:48 rm2dance edited 06 Sep '11, 21:40 helloworld |
One Answer:
That "stuff" is a bunch of network packets; specifically, it's data detected by the network interface you're currently monitoring with Wireshark. This data is typically generated by processes on your computer, including your Web browser, but it can also be incoming data from somewhere in the network. Google is your friend. The Wireshark User's Guide may also be of help. answered 06 Sep '11, 22:11 helloworld |