summaryrefslogtreecommitdiffstats
path: root/source/aparser/srvsvc.struct
Commit message (Collapse)AuthorAgeFilesLines
* - added typedefsAndrew Tridgell2000-05-171-19/+7
| | | | | - added parse error checking - made parser more flexible
* minor parse updatesAndrew Tridgell2000-05-171-5/+5
|
* the vluke program now takes a structure name on the command lineAndrew Tridgell2000-05-161-7/+61
|
* take the sructure name to run through vluke on the command lineAndrew Tridgell2000-05-161-15/+67
|
* added the ".trailer" type, to mark where a packet turns into a trailerAndrew Tridgell2000-05-161-18/+35
| | | | | this now gives us enough to parse complete function calls, including the return values
* another awk parser updateAndrew Tridgell2000-05-161-0/+73
we can now handle arrays of structures, pointers to structures, pointers in unions etc