http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48033
User: darkjames
Date: 2013/03/03 03:59 AM
Log:
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).
Directory: /trunk/tools/npl/
Changes Path Action
+367 -0 ast.h Added
+674 -0 npl.c Added
+1438 -0 parser.l Added
+20 -0 xmem.h Added