var fDesc=new Array(); fDesc[0] = "A realtime process and Active Ports Analyzer with packet sniffer and packet data viewer.
Supported OS: Windows XP (SP2), Windows Vista, Windows LongHorn, Windows 2003 Server

* View currently running processes along with the Full path and Name of file which started it
* View the Active TCP Listeners and the processes using them
* View the Active TCP and UDP connections along with Process ID and full path of filename which started it
* Double click on a process to view the list of library files used by it
* Sniff the packets for any port or IP
* You can even dump the packet data in plain text format"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }