views:

2702

answers:

5

I need something a little more feature rich than Sysinternals TCPView (which I regularly use) ... but it also must be freeware. :)

A: 

There's the MS Network Monitor.

Patrick Cuff
A: 

I recommend TCPView for Windows v2.53.

TCPView is a Windows program that will show you detailed listings of all TCP and UDP endpoints on your system, including the local and remote addresses and state of TCP connections. On Windows Server 2008, Vista, NT, 2000 and XP TCPView also reports the name of the process that owns the endpoint. TCPView provides a more informative and conveniently presented subset of the Netstat program that ships with Windows. The TCPView download includes Tcpvcon, a command-line version with the same functionality.

Jin Seok
-1; Bruno wants something other than TCPView, which he already uses.
Patrick Cuff
A: 

Maybe a full blown traffic sniffer like Wireshark will complement your tool set?

Amongst wiresharks features are:

  • packet analysis
  • traffic statistics
  • capture
  • coloring
  • data export
ko-dos
A: 

Not sure what features you are looking for so this is my suggestion.

Without having used it, I have seen TCPStat advertised a few times. It looks like it was a discontinued project somewhere around 2003 and it's an awful blue color.

burnt_hand
A: 

Well, the question is a bit old and I realize that probably you already found the software you were looking for... just in case, an interesting connection monitor utility is CurrPorts, by Nir Sofer.

Freely adapted from the program's home page:

  • displays the list of all currently opened TCP/IP and UDP ports on your local computer;
  • for each port in the list, information about the process that opened the port is also displayed, including the process name, full path of the process, version information of the process (product name, file description, and so on), the time that the process was created, and the user that created it;
  • allows you to close unwanted TCP connections, and kill the process that opened the ports;
  • allows custom filters for inclusion/exclusion of connections.
TataBlack