var fDesc=new Array(); fDesc[1] = ", streaming audio and video, Podcast, and much more in the most smooth, safe and swift way. The amazing capability of this application depends on its 12 different downloading tools."; fDesc[2] = "connections and vital IP statistics and examine individual packets."; fDesc[4] = "monitoring local networks and Internet connections. It captures the data passing through your dial-up connection or network Ethernet card, analyzes this data and then represents it in an easily readable form. SoftPerfect Network Protocol Analyzer is a useful tool for network administrators, security specialists, network application developers and anyone who needs a comprehensive picture of the traffic passing through their network connection or segment of a local area network. SoftPerfect Network Protocol Analyzer presents the results of its network analysis in a convenient and easily understandable format. It also allows you to defragment and reassemble network packets into streams. The program can easily analyze network traffic based on a number of different Internet protocols as listed below. SoftPerfect Network Protocol Analyzer features full decoding of the following low level..."; fDesc[5] = "broadcast through Internet, such as videos and music. The program supports downloads through HTTP, FTP, RTSP, MMS, MMSU and MMST. You will be able to record streaming media while browsing the Internet."; fDesc[6] = "captured data as sequence of conversations between clients and servers."; fDesc[8] = "inter-process communication."; fDesc[9] = ", web services and their clients. It allows you to trace the messages which these applications use for communication."; fDesc[10] = "transferring), Time synch, Traffic explorer and many others. Designed for users of all skills, has lots of unmatched features."; fDesc[12] = "analyzing (sniffer) tool. myNetMon uses WinPcap, a windows port of Libpcap which is a packet capturing library."; fDesc[13] = "researching network protocols."; fDesc[14] = "ASIS is a network protocol analyzer or sniffer."; fDesc[15] = ".html; Email(smtp, pop3) with .eml; FTP(download or upload) files; Chat messages(incoming or outgoing) in realtime."; fDesc[16] = "It is an useful tool for network administrators, security specialists and network application developers."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }