aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal_be.py
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11400 f5534014-38df-0310-8fa8-9805f1628bb7
2001-11-19From Frank Singleton:guy1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4226 f5534014-38df-0310-8fa8-9805f1628bb7
2001-10-12From Frank Singleton:guy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4020 f5534014-38df-0310-8fa8-9805f1628bb7
2001-08-30Patch from Frank Singleton :oabad1-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!) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3886 f5534014-38df-0310-8fa8-9805f1628bb7
2001-07-27Updates from Frank Singleton:guy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3795 f5534014-38df-0310-8fa8-9805f1628bb7
2001-07-17Update from Frank Singleton to use the name of the IDL file to generateguy1-3/+12
the long name, short name, and filter name for CORBA IDL-defined protocols. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3738 f5534014-38df-0310-8fa8-9805f1628bb7
2001-06-18Support for protocols running atop GIOP, from Frank Singleton.guy1-0/+134
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3563 f5534014-38df-0310-8fa8-9805f1628bb7