summaryrefslogtreecommitdiffstats
path: root/source/aparser/parsefn.awk
Commit message (Collapse)AuthorAgeFilesLines
* messing about.Luke Leighton2000-05-311-7/+63
|
* more SMBtrans, SMBnttrans stuff.Luke Leighton2000-05-281-3/+33
|
* optional (0of or 1of) with "[+]" semantics.Luke Leighton2000-05-271-0/+5
|
* cifs parser.Luke Leighton2000-05-271-4/+20
|
* - added typedefsAndrew Tridgell2000-05-171-1/+1
| | | | | - added parse error checking - made parser more flexible
* take the sructure name to run through vluke on the command lineAndrew Tridgell2000-05-161-1/+2
|
* added the ".trailer" type, to mark where a packet turns into a trailerAndrew Tridgell2000-05-161-3/+13
| | | | | this now gives us enough to parse complete function calls, including the return values
* another awk parser updateAndrew Tridgell2000-05-161-68/+82
| | | | | we can now handle arrays of structures, pointers to structures, pointers in unions etc
* started update to handle arbitrary arraysAndrew Tridgell2000-05-151-19/+35
| | | | note: this code is currently broken.
* vastly improved awk based code generatorAndrew Tridgell2000-05-141-0/+123
now handles recursive function definitions, unions etc it is sufficient for some basic types like UNISTR2 and BUFFER5 to be defined in the *.struct file and used successfully this generator uses templates (in *.tpl files) for all code generation, allowing easy replacement of the backend functions