var fDesc=new Array(); fDesc[0] = "EffeTech HTTP Sniffer is a HTTP packet sniffer, protocol analyzer and file reassembly software based on windows platform. Unlike most other sniffers, it is dedicated to capture IP packets containing HTTP protocol, rebuild the HTTP sessions, and reassemble files sent through HTTP protocol. Its smart real-time analyzer enables on-the-fly content viewing while capture, analyze, parse and decode HTTP protocol.

By delivering an ease of use, and award-winning HTTP monitoring utility, the EffeTech HTTP sniffer has become the preferred choice of managers, network administrators and developers worldwide. No matter you are a professional or a newbie, you can easily get anything about the HTTP traffic on your LAN.

New version supports chunked or gzip mode.

It is a helpful tool for company managers, parents, LAN administrators, security professionals to supervise the web access and HTTP traffic on the LAN.

Features:
1. Capture IP packets on your LAN with nearly no packets losing.
2. Smart real-time analyzer enables on-the-fly content viewing while capturing and analyzing.
3. Parse and decode HTTP protocol.
4. Support various file type such as HTML, .gif, .jpg, and etc.
5. Rebuilt files transformed through HTTP protocol.
6. Display and save the rebuilt files.
7. Powerful filter provides a flexible mechanism to monitor specific host and file types."; 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 = ''; } }