var fDesc=new Array(); fDesc[0] = "SIP Workbench is a graphical SIP, RTP, STUN, and TURN protocol analyzer and viewer designed to help illustrate and correlate VoIP and IM network interactions. SIP Workbench is a versatile tool designed for protocol developers, system integrators, and end-users to use to visualize, diagnose, and debug complex multi-protocol interactions.

SIP Workbench reads Ethereal/Wiresharp libpcap files and can perform live captures itself. Additionally, it can export SIP, RTP, and STUN information in text-based ladder diagram."; 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 = ''; } }