Click here to Skip to main content
Licence CPOL
First Posted 27 Jun 2006
Views 64,528
Downloads 4,384
Bookmarked 105 times

Applications Traffic Watcher

By | 17 Jul 2006 | Article
Applications Traffic Watcher is a small utility to get information about the amount of data transferred to and from the Internet.
Sample Image - apptraffwatcher.gif - Click to enlarge image

Introduction

Applications Traffic Watcher (ATW) is a small utility to get information about the amount of data transferred to and from the Internet. It uses the WinPcap library from here.

Network traffic inside a LAN is calculated, but ignored when calculating costs. So, you can see which applications are consuming traffic. ATW is very useful in understanding how much traffic is consumed by Skype, Gizmo etc.

Main Idea

The idea of the application is quite simple:

  1. Application Traffic Watcher constantly gets packets from WinPCap.
  2. It tries to associate packets with process ID using packet's information about local address and port and also information about all active connections, using the functions GetExtendedTcpTable or GetExtendedUdpTable.
  3. If the application cannot associate the packet with its corresponding process ID, add this packet to a "virtual" application named "Unknown_" and local port number. Unfortunately, sometimes it cannot associate a packet with a process (see "Problems" section of the article).
  4. ATW determines that either the packet belongs to a local network or to the Internet using lib IPNumber (Read this article).

Installation

There is no installation required if WinPcap is already installed. Just run the *.exe file. Otherwise you must download WinPCap from here and install it. After installation, you should maybe restart your computer to properly initialize the WinPcap drivers - otherwise the program may crash.

Problems

As you can see in the screen shot, there are a lot of processes specified as "Unknown_". Unfortunately, I couldn't find any way to determine which application sends/receives packets. Packets couldn't be identified when Internet Explorer/Firefox etc. download some Web pages. They create a lot of connections on different local ports with unknown PIDs (I couldn't associate the connection which I get from GetExtendedTcpTable and packet which I get from WinPCap). So, if you can help to resolve this problem, you are welcome to do so.

Another big problem - sometimes ATW consumes a lot of CPU resources and I couldn't minimize it for now.

References

  1. SharpPcap - A Packet Capture Framework for .NET
  2. IP list, Check an IP Number against a List in C#
  3. Getting Active TCP/UDP Connections on a Box
  4. Getting Active TCP/UDP Connections using GetExtendedTcpTable Function
  5. TrafficWatcher

Tools

To understand how Microsoft does some things and for code optimization, I used the following tools:

  1. Reflector for .NET
  2. Interactive Disassembler (IDA)
  3. ANTS
  4. Sysinternals tools
  5. Microsoft Netstat

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Warlib

Web Developer

Russian Federation Russian Federation

Member

I am a CIO in Nizhny Novgorod, Russia.

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
Questioncraft packet? PinmemberUnruled Boy15:37 1 Jan '09  
Questionatw PinmemberJan Stetka12:04 11 Apr '08  
GeneralFull Project PinmemberM.A.B.2:48 30 Jul '07  
GeneralCannot stop monitoring and cannot close the application PinmemberNonthanut21:53 24 Apr '07  
GeneralDoes not run on x64 windows Pinmembermanfbraun12:32 8 Apr '07  
GeneralRe: Does not run on x64 windows PinmemberWarlib20:02 8 Apr '07  
GeneralRe: Does not run on x64 windows Pinmembermanfbraun22:39 8 Apr '07  
Hi !
 
Thanks for your reply! But I think, XP and Server are identical, be it x86 or x64. No idea about Vista/Longhorn. I used the IPHelperAPI also, but only for my ARP requests;This works.
 
Anyway, thanks so far;If I would find dthe time, I'll look into it.
 
Best regards,
Manfred

 
Ciao,
mb

GeneralWrong IPNumbers Version PinmemberKevinI595:37 30 Jul '06  
GeneralRe: Wrong IPNumbers Version PinmemberWarlib8:04 30 Jul '06  
Generalmissing projects in zip files PinmemberDavid Every16:30 10 Jul '06  
GeneralRe: missing projects in zip files [modified] PinmemberWarlib19:18 10 Jul '06  
GeneralRe: missing projects in zip files Pinmemberchakkaradeepcc18:38 27 Sep '06  
GeneralRe: missing projects in zip files PinmemberWarlib19:03 27 Sep '06  
GeneralRe: missing projects in zip files Pinmemberchakkaradeepcc20:50 27 Sep '06  
GeneralRe: missing projects in zip files PinmemberWarlib20:58 27 Sep '06  
GeneralRe: missing projects in zip files Pinmemberchakkaradeepcc21:36 27 Sep '06  
GeneralRe: missing projects in zip files PinmemberWarlib21:51 27 Sep '06  
GeneralRe: missing projects in zip files PinmemberTefo3:13 25 Jul '07  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web02 | 2.5.120529.1 | Last Updated 18 Jul 2006
Article Copyright 2006 by Warlib
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid