aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal_gen.py
Commit message (Expand)AuthorAgeFilesLines
* In generated GIOP dissectors, don't set the Protocol or Info columns, orGuy Harris2005-06-251-401/+423
* There's no guarantee that a reply with a reply status of USER_EXCEPTIONGuy Harris2005-06-241-2/+4
* Get rid of the include of "snprintf.h", as g_snprintf()" should be used.Guy Harris2005-06-191-10/+6
* From Paolo Frigo :Anders Broman2005-06-011-1/+1
* From Jaap Keuter: update ethereal_gen.py to generate new-style pluginGuy Harris2005-03-091-18/+9
* Call the "new-style init" routine for plugins a "register" routine, asGuy Harris2005-03-071-6/+6
* Use -1 as a length value for "to the end of the tvbuff".Guy Harris2005-01-151-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Frederic Peters: handle ulong and ushortJörg Mayer2004-02-201-1/+17
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* From Joerg Mayer:Guy Harris2002-07-171-6/+1
* Get rid of "template_main_dissector_switch_msgtype_end", and get rid ofGuy Harris2002-05-061-27/+1
* From Frank Singleton: fix for the handling of enum types.Guy Harris2002-05-061-2/+2
* In the generated code, mark possibly-unused arguments as such.Guy Harris2002-05-041-6/+10
* Bug fix from Frank Singleton.Guy Harris2002-04-191-2/+2
* From Frank Singleton:Guy Harris2002-01-231-185/+7
* From Frank Singleton:Guy Harris2002-01-211-14/+429
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* From Bernd Becker: don't clear COL_INFO until the GIOP subdissecrors areGuy Harris2001-12-191-3/+8
* Now that the GIOP dissector sets "pinfo->current_proto" before callingGuy Harris2001-12-171-3/+1
* From Frank Singleton: change ethereal_gen.py to match the currentGuy Harris2001-12-171-3/+6
* From Frank Singleton:Guy Harris2001-11-191-3/+4
* Sigh. Well, if you make the function declarations external, that meansGuy Harris2001-10-311-1/+3
* Update from Frank Singleton:Guy Harris2001-10-251-8/+23
* From Frank Singleton: catch attempts to use recursive unions orGuy Harris2001-10-181-2/+10
* From Frank Singleton:Guy Harris2001-10-121-14/+103
* Update from Frank Singleton toGuy Harris2001-08-111-9/+222
* Update from Frank Singleton:Guy Harris2001-08-031-3/+6
* Updates from Frank Singleton:Guy Harris2001-07-271-14/+303
* Update from Frank Singleton to put the right file name in theGuy Harris2001-07-201-3/+2
* Do not put zero-length arrays into the generated dissector; GCC may letGuy Harris2001-07-201-1/+5
* Changes to generate plugins instead of standard dissectors.Olivier Abad2001-07-161-2/+40
* Patch to allow the creation of "User Exception decoding" code fromOlivier Abad2001-07-121-29/+301
* From Frank Singleton: when GIOP sub-dissectors register themselves, haveGuy Harris2001-06-291-7/+9
* Improved support for CORBA IDL "fixed" types, and other updates, fromGuy Harris2001-06-271-37/+66
* From Frank Singleton: add code generation support for IDL array types.Guy Harris2001-06-181-104/+195
* Support for protocols running atop GIOP, from Frank Singleton.Guy Harris2001-06-181-0/+1521