var fDesc=new Array(); fDesc[0] = "Capsa is a portable network analyzer that can be used for real-time packet capturing, network monitoring, protocol analysis, packet decoding, and diagnosis. Capsa has support for more than 1800 protocols and sub-protocols, including VoIP. It has an Overview Dashboard that allows you to view network statistics at a single glance, allowing for quick interpretation of network utilization data.

Capsa Enterprise variant is designed for small business as well as enterprise users and performs network monitoring, troubleshooting, and analysis for both wired & wireless networks including 802.11a/b/g/n. Capsa also has a freeware edition."; 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 = ''; } }