aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal_gen.py
AgeCommit message (Expand)AuthorFilesLines
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-07-17From Joerg Mayer:Guy Harris1-6/+1
2002-05-06Get rid of "template_main_dissector_switch_msgtype_end", and get rid ofGuy Harris1-27/+1
2002-05-06From Frank Singleton: fix for the handling of enum types.Guy Harris1-2/+2
2002-05-04In the generated code, mark possibly-unused arguments as such.Guy Harris1-6/+10
2002-04-19Bug fix from Frank Singleton.Guy Harris1-2/+2
2002-01-23From Frank Singleton:Guy Harris1-185/+7
2002-01-21From Frank Singleton:Guy Harris1-14/+429
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-12-19From Bernd Becker: don't clear COL_INFO until the GIOP subdissecrors areGuy Harris1-3/+8
2001-12-17Now that the GIOP dissector sets "pinfo->current_proto" before callingGuy Harris1-3/+1
2001-12-17From Frank Singleton: change ethereal_gen.py to match the currentGuy Harris1-3/+6
2001-11-19From Frank Singleton:Guy Harris1-3/+4
2001-10-31Sigh. Well, if you make the function declarations external, that meansGuy Harris1-1/+3
2001-10-25Update from Frank Singleton:Guy Harris1-8/+23
2001-10-18From Frank Singleton: catch attempts to use recursive unions orGuy Harris1-2/+10
2001-10-12From Frank Singleton:Guy Harris1-14/+103
2001-08-11Update from Frank Singleton toGuy Harris1-9/+222
2001-08-03Update from Frank Singleton:Guy Harris1-3/+6
2001-07-27Updates from Frank Singleton:Guy Harris1-14/+303
2001-07-20Update from Frank Singleton to put the right file name in theGuy Harris1-3/+2
2001-07-20Do not put zero-length arrays into the generated dissector; GCC may letGuy Harris1-1/+5
2001-07-16Changes to generate plugins instead of standard dissectors.Olivier Abad1-2/+40
2001-07-12Patch to allow the creation of "User Exception decoding" code fromOlivier Abad1-29/+301
2001-06-29From Frank Singleton: when GIOP sub-dissectors register themselves, haveGuy Harris1-7/+9
2001-06-27Improved support for CORBA IDL "fixed" types, and other updates, fromGuy Harris1-37/+66
2001-06-18From Frank Singleton: add code generation support for IDL array types.Guy Harris1-104/+195
2001-06-18Support for protocols running atop GIOP, from Frank Singleton.Guy Harris1-0/+1521