summaryrefslogtreecommitdiffstats
path: root/source3/aparser/srvsvc.struct
Commit message (Collapse)AuthorAgeFilesLines
* - added typedefsAndrew Tridgell2000-05-171-19/+7
| | | | | | - added parse error checking - made parser more flexible (This used to be commit ab0beaf3573471fab1fda3358987b337811f99b7)
* minor parse updatesAndrew Tridgell2000-05-171-5/+5
| | | | (This used to be commit 2e0a39204ade323c52847ce9783a987a81c8013a)
* the vluke program now takes a structure name on the command lineAndrew Tridgell2000-05-161-7/+61
| | | | (This used to be commit 6a3e7ba4f0716eb414daba4ab8aae974db4deba0)
* take the sructure name to run through vluke on the command lineAndrew Tridgell2000-05-161-15/+67
| | | | (This used to be commit 03fbe1b1514774c9f3c4d553ca3b5b019ba0b11f)
* 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 (This used to be commit ca8f1e92adf3603ad15f73277576cc9178bb4d74)
* another awk parser updateAndrew Tridgell2000-05-161-0/+73
we can now handle arrays of structures, pointers to structures, pointers in unions etc (This used to be commit 1df80cd1e8475b6b2fe7b80b6c9089692ab7691b)