1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-28 00:49:42 +03:00

6 Commits

Author SHA1 Message Date
Andrew Tridgell
ab0beaf357 - added typedefs
- added parse error checking
- made parser more flexible
-
Andrew Tridgell
2e0a39204a minor parse updates -
Andrew Tridgell
6a3e7ba4f0 the vluke program now takes a structure name on the command line -
Andrew Tridgell
03fbe1b151 take the sructure name to run through vluke on the command line -
Andrew Tridgell
ca8f1e92ad added the ".trailer" type, to mark where a packet turns into a trailer
this now gives us enough to parse complete function calls, including
the return values
-
Andrew Tridgell
1df80cd1e8 another awk parser update
we can now handle arrays of structures, pointers to structures,
pointers in unions etc
-