var fDesc=new Array(); fDesc[0] = "Are you interested in not just knowing that a particular program is using the internet, but actually viewing the communications? Do you need to log certain network activity, but have no easy means to do so? Or are you just bored and looking for a new network toy to play with? Whether you're a network administrator, network programmer or power user, AnalogX PacketMon is a fast and simple to use network monitor!
AnalogX PacketMon allows you to capture IP packets that pass through your network interface - whether they originated from the machine on which PacketMon is installed, or a completely different machine on your network! Once the packet is received, you can use the built-in viewer to examine the header as well as the contents, and you can even export the results into a standard comma-delimited file to import into your favorite program. As if that's not enough, PacketMon has a powerful rule system that allows you to narrow down the packets it captures to ensure you get EXACTLY what you're after, without tons of unrelated information."; 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 = ''; } }