Ethereal-dev: Re: [Ethereal-dev] idl2eth - preparation for recursive/embedd structs

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxx>
Date: Mon, 19 Nov 2001 15:00:22 -0800 (PST)
> I have started on handling of recursive/embedded structs and unions
> that can be found in CORBA IDL .
> 
> patch1.diff - find all union/struct references and store in lists.
>               This includes embedded unions and structs.
>             - pass the struct and union lists onto ethereal_gen.py
>             - print all found nodes at DEBUG
> 
> patch2.diff - accept struct and union lists passed in via ethereal_be.py
>             - these lists are unused until I add the templates for struct
>               and union helper functions. So code generation is unchanged
>               for the moment.

Checked in.