var fDesc=new Array(); fDesc[1] = "uses industry standard IP protocols to allow devices to automatically discover each other without the need to enter IP addresses or configure DNS servers."; fDesc[2] = "Windows, Linux and OS X. The communication between peers is assisted for a third party server (a mediation server). That mediation stops when the communication is established."; fDesc[3] = "allows you to close unwanted TCP connections, kill the process that opened the ports, and save the ports list to file, and more."; fDesc[4] = "inventory, managing service upgrade schedules, and monitoring host or service uptime. Nmap features many port scanning mechanisms (both TCP and UDP)."; fDesc[5] = "port, because the program maps ports to its owning application. Active Ports 1.4 also displays a local and remote IP address for each connection and allows you to terminate the owning process."; fDesc[6] = "over TCP) with the RTSP protocol support. The plugin allows decoding of AVC/H.264 video."; fDesc[7] = "and export open ports information into a text file. You may even close open connections from within this application."; fDesc[8] = "response time, throughput and streaming performance between two endpoints. You must install Qcheck on the computer you will use to run the console, and the Ixia Performance Endpoint that´s right for your Operating System in each one of the remote computers you should test."; fDesc[9] = "forwarded. Have program forward multiple ports simultaneously. Have program log connection events to a text file."; fDesc[10] = "shaper, URL filtering, Bridging, Redirection, NAT and traffic statistics software for the Microsoft Windows."; fDesc[11] = "tunneling servers, bypassing restrictive firewalls, proxy servers, and packet shaping ISPs. It is ideal for games that connect to the internet protected by GameGuard anti-cheat system. It needs PingFu Iris or PingFu UDP to work, depending on the protocol of the application."; fDesc[12] = "to the file contents. It is especially used to compare two files of the same name and size. If they show the same CRC code then these files are exactly the same and not otherwise."; fDesc[13] = ", SQL- Server tables, Atom and RSS feeds"; fDesc[14] = ", firewalls or network connectivity. This test tool is very easy and friendly to use. The installation process is very simple and easy to perform and it didn’t require any additional library or program to run. UDP Test Tool works on any Windows based computer platform."; fDesc[15] = "allows to bridge data between serial ports (RS232, bluetooth, IrDA, USB) represented as COM ports and TCP or UDP links"; 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 = '...'; } }