summaryrefslogtreecommitdiff
path: root/source3/aparser/srvsvc.struct
AgeCommit message (Collapse)AuthorFilesLines
2000-05-17- added typedefsAndrew Tridgell1-19/+7
- added parse error checking - made parser more flexible (This used to be commit ab0beaf3573471fab1fda3358987b337811f99b7)
2000-05-17minor parse updatesAndrew Tridgell1-5/+5
(This used to be commit 2e0a39204ade323c52847ce9783a987a81c8013a)
2000-05-16the vluke program now takes a structure name on the command lineAndrew Tridgell1-7/+61
(This used to be commit 6a3e7ba4f0716eb414daba4ab8aae974db4deba0)
2000-05-16take the sructure name to run through vluke on the command lineAndrew Tridgell1-15/+67
(This used to be commit 03fbe1b1514774c9f3c4d553ca3b5b019ba0b11f)
2000-05-16added the ".trailer" type, to mark where a packet turns into a trailerAndrew Tridgell1-18/+35
this now gives us enough to parse complete function calls, including the return values (This used to be commit ca8f1e92adf3603ad15f73277576cc9178bb4d74)
2000-05-16another awk parser updateAndrew Tridgell1-0/+73
we can now handle arrays of structures, pointers to structures, pointers in unions etc (This used to be commit 1df80cd1e8475b6b2fe7b80b6c9089692ab7691b)