aboutsummaryrefslogtreecommitdiffstats
path: root/tools/npl/ast.h
AgeCommit message (Collapse)AuthorFilesLines
2022-01-26Tools: Remove NPL.Gerald Combs1-419/+0
Remove tools/npl. It doesn't appear to be used and hasn't had any activity for many years. Ping #17897.
2021-12-12Add remaining header files to DoxygenMoshe Kaplan1-1/+2
Add @file markers for remaining header files so that Doxygen will generate documentation for them.
2018-02-09caputils/tools: more SPDX convertions.Dario Lombardo1-13/+1
Change-Id: I44a8d1848f768acf4c3b31a68c845264c74e4bba Reviewed-on: https://code.wireshark.org/review/25709 Petri-Dish: Dario Lombardo <lomato@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-09-13Add license header (attributing to Jakub) for a few of the npl files.Evan Huus1-0/+18
svn path=/trunk/; revision=52018
2013-04-07NPL stuff:Jakub Zawadzki1-1/+2
- 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 Zawadzki1-11/+27
- 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 Zawadzki1-0/+1
svn path=/trunk/; revision=48527
2013-03-17[NPL] Fresh stuff.Jakub Zawadzki1-5/+15
svn path=/trunk/; revision=48353
2013-03-09[NPL] Misc fixesJakub Zawadzki1-13/+30
svn path=/trunk/; revision=48216
2013-03-07[NPL] Simplify parser for EXPRESSION_FIELD (Expression, ".", ID)Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=48178
2013-03-03Publish initial version of mine npl (Network Parsing Language) generator ↵Jakub Zawadzki1-0/+367
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