var fDesc=new Array(); fDesc[0] = "NetPeek is software that is capable of scanning a network device (such as routers, printers and computers) listing information about the device such as Ethernet address and attempt to determine the type of device based on host profiling.

Are you a Windows, Unix, Network Administrator or any/all of these titles working in a heterogeneous network? Do you know what devices are on your network? Do you find yourself looking for a way to find out what type of system a host is, or who is logged on to a particular PC, or even trying to match an Ethernet address to an IP address? NetPeek is your answer. Features of NetPeek include:

Ping Response
DNS Lookups
Ethernet Address Lookups
Network Interface Lookups
Host Profiling (SNMP not required)
Opened TCP ports
Identify FTP Servers
Identify Web Servers
Microsoft Networking Lookups
Microsoft Networking User Lookups"; 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 = ''; } }