var fDesc=new Array(); fDesc[0] = "EtherDetect is a helpful application to inspect all your network traffic (incoming and outcoming) at packet level. After you capture the packages you want, you can save them to a file to retrieve them later.
EtherDetect could be very helpful for both technical users (like IT managers, LAN administrators, web developers) and non-technical ones (like company managers, safe-concerned parents).
The user interface consists of a single window, so you will not have any problem using it.
Please note the following: in order to get this program to work, you must install an open a source packet capturing driver called WinPCap. You will be asked to do so at the end of the installation process (the installation will start). After you reboot your PC, remember to execute the WinPCap daemon and keep it running! If not, you will not be able to capture packets.
The program is also equipped with a syntax highlighting feature, which enables to easily identify special type of content being transferred, like HTML, HTTP and XML."; 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 = ''; } }