Reputation: 3024
How do i monitor internet only traffic without LAN traffic(such as file transfer between LAN) using vb
Upvotes: 1
Views: 1525
Reputation: 16563
You can try to use pcap.net, just make sure you listen on the right interface (assuming your internet is through PPP it would be on a separate interface). Secondly you may simply filter out all traffic between internal IPs.