aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal_gen.py
AgeCommit message (Expand)AuthorFilesLines
2005-10-281. replace "and" with "&&" in ethereal_gen.py:2103Anders Broman1-1/+1
2005-08-11From W. Borgert:Anders Broman1-1/+26
2005-06-25In generated GIOP dissectors, don't set the Protocol or Info columns, orGuy Harris1-401/+423
2005-06-24There's no guarantee that a reply with a reply status of USER_EXCEPTIONGuy Harris1-2/+4
2005-06-19Get rid of the include of "snprintf.h", as g_snprintf()" should be used.Guy Harris1-10/+6
2005-06-01From Paolo Frigo :Anders Broman1-1/+1
2005-03-09From Jaap Keuter: update ethereal_gen.py to generate new-style pluginGuy Harris1-18/+9
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asGuy Harris1-6/+6
2005-01-15Use -1 as a length value for "to the end of the tvbuff".Guy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-02-20Frederic Peters: handle ulong and ushortJörg Mayer1-1/+17
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