Publish initial version of mine npl (Network Parsing Language) generator sources.
authorJakub Zawadzki <darkjames-ws@darkjames.pl>
Sun, 3 Mar 2013 11:59:14 +0000 (11:59 -0000)
committerJakub Zawadzki <darkjames-ws@darkjames.pl>
Sun, 3 Mar 2013 11:59:14 +0000 (11:59 -0000)
commite0d19cb73a2d9f827cdf254d46362d532af2b81a
treef26df0b7dd18fd0ba36a93fe627f64a1c050f6fe
parent78fe8ac7e9e4deced1659f9d6c63888743ae382e
Publish initial version of mine npl (Network Parsing Language) generator sources.

Parser pass almost all npl files from Network Monitor Parsers 3.4.2774 package,
but but not all data is stored in AST.
Work on wireshark code enerator has been started, but it need much more work.

Beware! It's ugly, putting it to wireshark repo, just to not lose sources :)
(feel free to improve/review it).

svn path=/trunk/; revision=48033
tools/npl/ast.h [new file with mode: 0644]
tools/npl/npl.c [new file with mode: 0644]
tools/npl/parser.l [new file with mode: 0644]
tools/npl/xmem.h [new file with mode: 0644]