Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | messing about. | Luke Leighton | 2000-05-31 | 1 | -7/+63 |
| | |||||
* | more SMBtrans, SMBnttrans stuff. | Luke Leighton | 2000-05-28 | 1 | -3/+33 |
| | |||||
* | optional (0of or 1of) with "[+]" semantics. | Luke Leighton | 2000-05-27 | 1 | -0/+5 |
| | |||||
* | cifs parser. | Luke Leighton | 2000-05-27 | 1 | -4/+20 |
| | |||||
* | - added typedefs | Andrew Tridgell | 2000-05-17 | 1 | -1/+1 |
| | | | | | - added parse error checking - made parser more flexible | ||||
* | take the sructure name to run through vluke on the command line | Andrew Tridgell | 2000-05-16 | 1 | -1/+2 |
| | |||||
* | added the ".trailer" type, to mark where a packet turns into a trailer | Andrew Tridgell | 2000-05-16 | 1 | -3/+13 |
| | | | | | this now gives us enough to parse complete function calls, including the return values | ||||
* | another awk parser update | Andrew Tridgell | 2000-05-16 | 1 | -68/+82 |
| | | | | | we can now handle arrays of structures, pointers to structures, pointers in unions etc | ||||
* | started update to handle arbitrary arrays | Andrew Tridgell | 2000-05-15 | 1 | -19/+35 |
| | | | | note: this code is currently broken. | ||||
* | vastly improved awk based code generator | Andrew Tridgell | 2000-05-14 | 1 | -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 |