var fDesc=new Array(); fDesc[0] = "Simple Com Tools UDP Test Tool is both a UDP packet generator and listening application. UDP Test Tool provides the ability to both create and capture UDP packets from any PC to or from any PC, server, or IP device. It provides a incredibly easy way to to debug UDP packet transfer and helps resolve issues that are unobtainable by most other network analysis tools.

Designed with both end-users and network professionals in mind, UDP Test Tool can be used to diagnose UDP traffic on any IP network. When used as a packet initiator, UDP Test Tool can send packets to any pre-defined LAN or Internet IP address on any predefined port UDP port both as a single packet or using an automatic timer. As a capture tool, it lets you to bind to a specific UDP port, capture any incoming packets and display them in ASCII, HEX, or BINARY formats."; 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 = ''; } }