Re: [reSIProcate-users] how to convert MsgHeaderScannerFSM to digraph?
I'm really not an expert on the resip parser -- perhaps someone else can
help you out.
/a
fuliang yuan wrote:
Hi Adam,
How is State 7:ScanWhitespaceAfterNFieldName reached?
Under what condition are NValue and NFieldName used?
The graph is attached.
Thanks
Frank
On Thu, Apr 23, 2009 at 11:22 AM, fuliang yuan <fuliangyuan@xxxxxxxxx
<mailto:fuliangyuan@xxxxxxxxx>> wrote:
Hi Adam,
It works fine with GVedit.
Thanks a lot!
Frank
On Thu, Apr 23, 2009 at 10:32 AM, Adam Roach <adam@xxxxxxxxxxx
<mailto:adam@xxxxxxxxxxx>> wrote:
fuliang yuan wrote:
Hi,
I dumped MsgHeaderScanner FSM, but have no idea what tool
should be used to convert it to diagraph.
Any help is appreciated.
You use the "dot" tool, which is part of the "graphviz" software
suite. Your OS distribution probably has a package for it
(using, for example, apt-get, yum, ports, or the Cygwin
installer) -- or you can download it here:
http://www.graphviz.org/
/a