Search code examples
vb.netwinapibandwidth

How do i monitor Internet traffic?


How do i monitor internet only traffic without LAN traffic(such as file transfer between LAN) using vb


Solution

  • 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.