aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal_be.py
Commit message (Collapse)AuthorAgeFilesLines
* From Frank Singleton:Guy Harris2001-11-191-18/+164
| | | | | | | | | - 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 svn path=/trunk/; revision=4226
* From Frank Singleton:Guy Harris2001-10-121-4/+24
| | | | | | | | Added some functionality to idl2eth to allow C code generation and display of CORBA IDL Enum's as symbolic values, along side the numerical value currently being displayed. svn path=/trunk/; revision=4020
* Patch from Frank Singleton :Olivier Abad2001-08-301-2/+4
| | | | | | | | - Use only basename of CORBA IDL file to generate the dissector name, and not the fullpath name. Allows idl2eth to generate valid "C" code no matter where the IDL file lives (doh!) svn path=/trunk/; revision=3886
* Updates from Frank Singleton:Guy Harris2001-07-271-18/+27
| | | | | | | | | | | - Add support for CORBA attributes - Add support for included files, not just main file - Fix sequence variable name generation. - Add support functions for code warnings etc. i.e.: TODO and WARNING functions, to highlight if we don't [yet] support a particular CORBA type. svn path=/trunk/; revision=3795
* Update from Frank Singleton to use the name of the IDL file to generateGuy Harris2001-07-171-3/+12
| | | | | | | the long name, short name, and filter name for CORBA IDL-defined protocols. svn path=/trunk/; revision=3738
* Support for protocols running atop GIOP, from Frank Singleton.Guy Harris2001-06-181-0/+134
svn path=/trunk/; revision=3563