0

Possible Duplicate:
Monitor all and any internet traffic from my home PC - what should I use?

Which is the best program for monitoring local network traffic

3 Answers3

0

WireShark is great for monitoring all kinds of traffic on a network.

If you'd like to only see local traffic, you can use capture filters.

For example:

net 192.168.0.0/24
0

Try some of these applications:

http://www.freewarehome.com/index.html?http%3A//www.freewarehome.com/Internet/Networking/Network_Monitoring_t.html

Gareth
  • 19,080
0

Depending on the level of detail you are interested choose from this list.

  1. Wireshark -- for detailed packet inspection
  2. Sysinternals TCPView -- for basic connection activity on a Windows machine
  3. iptables for basic connection activity on a unix machine
nik
  • 57,042