var fDesc=new Array(); fDesc[0] = "The TSN.1 Compiler takes TSN.1 specifications as input and produces C/C /Java/Wireshark/XML code as output. The Compiler also comes with the TSN.1 Compiler Runtime Library, which implements the common message operations such as pack, unpack, print, etc. The generated files, when compiled and linked with the Runtime Library, provide the complete solution for working with the TSN.1 messages.
The TSN.1 Compiler comes in three editions: Wireshark, Standard, and Professional"; 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 = ''; } }