summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Moved processing of function arguments and structure elementsTim Potter2001-12-061-41/+95
| | | | | | | | | | | back in to ParseElement() is_simple_type() -> is_scalar_type() Added more types to scalar type list. Pass scalars/buffers flag down to ParseElement() (This used to be commit 802c219babc94178099dbc898da1a788a2e8a593)
* Don't pass down drep (data representation) arg from top level fn.Tim Potter2001-12-061-13/+31
| | | | | | | | | | | Decided to use tridge's PARSE_SCALARS and PARSE_BUFFERS pattern for generating code for structures and function calls. For functions, dissect sub-structures with PARSE_SCALARS|PARSE_BUFFERS. For arrays and structures in structures (?) use PARSE_SCALARS on each element of the structure then PARSE_BUFFERS. Determine whether a type is a "simple" type or a struct/union. (This used to be commit bb5bab58177fafd670dba8fe755b6c4753713efd)
* Don't pass decorative name to policy handle or ntstatus dissectors.Tim Potter2001-11-281-12/+12
| | | | | | Pass drep (data representation?) field down from dcerpc dissector. This is whether the packet is big or little endian. (This used to be commit e5ca478614e50f7f45172a7f0e9fd37603502dfc)
* Decorate some of the parse functions with element names. This is startingTim Potter2001-11-281-9/+9
| | | | | to get closer to be compilable code! (This used to be commit fbfe0795a9421a5c70dcbcaa74292b3fb4ae6974)
* Start generating some ethereal code that may actually compile withTim Potter2001-11-271-21/+19
| | | | | fewer tweaks. (This used to be commit b045bbec59bf4faac094c5bca7f048c813054209)
* Start generating code for unions.Tim Potter2001-11-261-5/+22
| | | | (This used to be commit ac71046754b3a4bee53dab64ed73c176074482a0)
* Ignore *.pidlTim Potter2001-11-261-0/+1
| | | | (This used to be commit c2fa746c477c3fd57e34d52643ea483f958d1f1a)
* Renamed functions from Dump* to Parse*Tim Potter2001-11-241-32/+32
| | | | (This used to be commit 952b47dc23ee648daf065d08d35fab839e4afd04)
* Initial version of ethereal parser generator. Works with test.idlTim Potter2001-11-241-0/+216
| | | | | but not much else! (This used to be commit 84fe4a000cb31ca5cdd24d9b8e57a63b8c0e8838)
* Added --eparser to call ethereal parser generator.Tim Potter2001-11-241-1/+12
| | | | (This used to be commit e1f191a9dc563648f9d151c56020e3324854f52f)
* forgot a fileAndrew Tridgell2001-11-241-0/+145
| | | | (This used to be commit 39e8894fb22da6c60cb8306d5ec4b1e868f0dd77)
* changed auto-generated comment for headersAndrew Tridgell2000-12-141-1/+1
| | | | (This used to be commit 24ec2f1f81a2f21573818695e7cb72979dcdef8b)
* beginnings of the C parser generatorAndrew Tridgell2000-12-141-3/+16
| | | | (This used to be commit a9b1e03b334a2ad106b3f42a513565b530baba93)
* added header generationAndrew Tridgell2000-12-141-0/+134
| | | | (This used to be commit 406458b2fc2ff8b84da820a0465229075c27fb70)
* fixed helpAndrew Tridgell2000-12-141-5/+16
| | | | (This used to be commit 649e8ca0bb2af328db62942c146c5f8fc5e71e49)
* added a commentAndrew Tridgell2000-12-141-0/+5
| | | | (This used to be commit 6831c000a37da76a3f8dc3361c86f97807bb25b7)
* - fixed FlattenHash bugAndrew Tridgell2000-12-141-2/+2
| | | | | - better handling of .. in filenames (This used to be commit 4a9953f55bf48e04515510f9dc5e9015fd37bffd)
* This commit was generated by cvs2svn to compensate for changes in r2,Andrew Tridgell2000-12-140-0/+0
| | | | | which included commits to RCS files with non-trunk default branches. (This used to be commit feb1239576eab3ef84bae66d64d1f6ae23a04af5)
* first versionAndrew Tridgell2000-12-144-0/+524
(This used to be commit 14135ed6bbff54d7b493f9be7748c2ad7440a97b)