javascript - Searching for SIP sequence diagram drawing tool -


do know js or perl library draw sequence diagram (in html, text or anything, really) csv, pcap or data type?

i implementing voip traffic analysing perl script, , want able graph few calls.
use wireshark, working huge chunks of data , have extract stats out of it, making impossible use nice voip graphing tools.

i don't know of in languages specify, here 1 in ansi c (mscgen) , ubuntu package (msc).

another approach might work filter large pcap file using ngrep. supports regular expressions, , wish had known earlier. if can filter packets need, can use wireshark generate diagrams on filtered results. found tool in same vein called flowgrep, haven't tried myself.

edit: found tool accepts descriptions in same format mscgen , renders them via javascript: mscgen_js


Comments