aboutsummaryrefslogtreecommitdiffstats
path: root/tools/npl
AgeCommit message (Collapse)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte2-4/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-09-13Add license header (attributing to Jakub) for a few of the npl files.Evan Huus3-1/+37
svn path=/trunk/; revision=52018
2013-04-07NPL stuff:Jakub Zawadzki2-104/+254
- stubs for more NPL built-ins - try to guess struct size - some work on property attribute. svn path=/trunk/; revision=48774
2013-03-31[NPL] Pushing changes to wireshark repoJakub Zawadzki3-245/+585
- parser no longer use abort() after failing - initial support for attributes - symbol hashing to avoid strcasecmp() - misc other fixes svn path=/trunk/; revision=48672
2013-03-24[NPL] another weekend work.Jakub Zawadzki3-106/+359
svn path=/trunk/; revision=48527
2013-03-17[NPL] Fresh stuff.Jakub Zawadzki4-103/+458
svn path=/trunk/; revision=48353
2013-03-09[NPL] Misc fixesJakub Zawadzki4-100/+391
svn path=/trunk/; revision=48216
2013-03-07[NPL] Simplify parser for EXPRESSION_FIELD (Expression, ".", ID)Jakub Zawadzki2-4/+3
svn path=/trunk/; revision=48178
2013-03-04[NPL] Treat all keywords as seperates token, when really needed accept it as ID.Jakub Zawadzki1-105/+87
This seems to be much easier to maintain... svn path=/trunk/; revision=48066
2013-03-03Add modelines.Evan Huus1-2/+15
Fix issues caught by cppcheck: - Remove unused variable. - Make sure to fclose output file. svn path=/trunk/; revision=48034
2013-03-03Publish initial version of mine npl (Network Parsing Language) generator ↵Jakub Zawadzki4-0/+2499
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