var fDesc=new Array(); fDesc[1] = "standards), Popular (used by many tools), Tested and Reliable (it has been available for years), easy to use for the final user (windows installer), Multi-platform (Windows NT/2000/XP/2003), commercial support in the website of CACE Technologies."; fDesc[3] = "range of uses. Packet Tracer simulates network equipment such as routers, switches, cables and end-client PCs. This allows students and teachers to learn and assess different network possibilities. Packet Tracer is a must have tool for IT engineers."; fDesc[4] = "in order to analyze network problems, detect intrusion attempts, Monitor usage, collect statistics, filter content from network traffic, debug communications. Ethereal changed it's name to Wireshark."; fDesc[5] = "minutes. Thanks to its intuitive and easy to use interface, making copies of your data files has never been so simple. You just drag and drop the files or folders you want to copy to the FileCD window."; fDesc[6] = "Packet analyzer with HTTP file capture, a Graphical Packets Mode that shows traffic with visual effects, per-IP/per-Port/per-IP -Pair statistical information collection, and more. All in a single, easy to use Windows application. Freeware."; fDesc[7] = "network administrators and allows to wake up computers from standby, hibernate or shutdown modes and do maintenance work, run software patches and make updates."; fDesc[8] = "traffic transmitted over a local host and a local network"; fDesc[9] = "framed interface. In the upper left panel you will see the general information about each HTTP connection (time, client and server IP, URL, file length, status and information)."; fDesc[10] = "both technical users (like IT managers, LAN administrators, web developers) and non-technical ones (like company managers, safe-concerned parents)."; fDesc[11] = "generation of a “Magic Packet” to remotely power on PCs attached to networks. When the remote network adapter hears a “Magic Packet” created for its unique MAC address the network adapter alerts the computer to power on."; fDesc[12] = "check your network protection against attacks and intruders. Users can edit the common HEX raw data and the specific protocol field value."; fDesc[13] = "traffic on your network. You will view connections, packets and data in real time. EtherDetect Packet Sniffer will show you all the information it gathers in a framed interface."; fDesc[14] = "back in the network. The program supports a big number of formats. Using this software, you will be able to send packet files in burst mode."; fDesc[15] = "enthusiast. From the program's simple to use interface, you will be able to use your sound card as a physical terminal node controller by using the TNC/Sound Card set up Wizard, which will automatically set up your serial port, sound card and configure your radio ports."; 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 = '...'; } }