aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/giop/packet-coseventcomm.c
Commit message (Expand)AuthorAgeFilesLines
* Add files to use 'new plugin build style'Anders Broman2012-05-301-20/+1
* From c.David via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6527Alexis La Goutte2011-11-291-4/+17
* Regenerate GIOP dissector plugins (after change in generator !) for fix Warni...Alexis La Goutte2011-11-181-47/+26
* Refer to the endianness arguments as "encoding" rather thanGuy Harris2010-05-241-1/+1
* Create a new REP_NA value for fields where there are no representationsGuy Harris2010-05-131-1/+1
* Remove some uneeded #includesBill Meier2010-04-071-2/+0
* Get rid of a bunch of check_col().Anders Broman2010-04-051-1/+0
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Use PROTO_ITEM_SET_HIDDEN().Anders Broman2008-05-091-0/+3
* add missing #pragma warning disable (now using _MSC_VER)Ulf Lamping2007-03-271-0/+4
* libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs2006-05-311-1/+1
* Ethereal->WiresharkAnders Broman2006-05-291-107/+1
* Ethereal->WiresharkAnders Broman2006-05-281-1/+1
* name changeRonnie Sahlberg2006-05-211-1/+1
* From W. Borgert:Anders Broman2006-04-171-19/+18
* In generated GIOP dissectors, don't set the Protocol or Info columns, orGuy Harris2005-06-251-93/+112
* Re-generate the CosNaming, CosEventComm, and Parlay dissectors from theGuy Harris2005-06-241-121/+123
* Throw an exception if we're handed a null pointer when we weren'tGerald Combs2005-05-301-0/+2
* Call the "new-style init" routine for plugins a "register" routine, asGuy Harris2005-03-071-6/+6
* Preparations for dropping the old plugin api.Lars Roland2005-03-051-11/+2
* Use -1 as a length value for "to the end of the tvbuff".Guy Harris2005-01-151-1/+1
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-1/+1
* removed some MSVC warnings (level 3)Ulf Lamping2004-01-051-1/+1
* - Make --enable-static work again (configure.in, Makefile.am)Jörg Mayer2003-09-051-2/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-339/+339
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-8/+0
* From Joerg Mayer:Guy Harris2002-07-171-9/+0
* Remove the unused "offset_saved" variable, as per the changes toGuy Harris2002-05-061-1/+0
* Update the dissectors (by hand) to match the changes toGuy Harris2002-05-041-11/+15
* Updated GIOP plugins, from Frank Singleton.Guy Harris2002-01-301-0/+52
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* From Bernd Becker: don't clear COL_INFO until the GIOP subdissecrors areGuy Harris2001-12-191-1/+1
* Now that the GIOP dissector sets "pinfo->current_proto" before callingGuy Harris2001-12-171-2/+0
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-2/+2
* Sigh. Well, if you make the function declarations external, that meansGuy Harris2001-10-311-0/+2
* CosEventComm dissector, from Frank Singleton.Guy Harris2001-07-201-0/+847