aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/giop
Commit message (Expand)AuthorAgeFilesLines
* add missing mt.exe calls, to include manifest files into exe / dll filesUlf Lamping2009-02-021-0/+12
* Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)).Jeff Morriss2008-07-291-1/+1
* Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris2008-07-022-1/+7
* Put printf into a separate "termoutput" API group. For most files,Guy Harris2008-07-011-1/+1
* Add support for "API groups" in checkAPIs.pl. Make the "prohibited"Gerald Combs2008-06-261-1/+1
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-6/+6
* Use PROTO_ITEM_SET_HIDDEN().Anders Broman2008-05-095-1/+18
* Make it possible to run checkapi on all plugins trough makefile.nmakeAnders Broman2008-05-051-0/+3
* Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris2007-05-291-11/+11
* Removed /Wx from CFLAGS to allow buildbot to proceedGraham Bloice2007-03-281-1/+1
* from Gisle Vanem: some more #pragma's that MingW don't likeUlf Lamping2007-03-281-1/+1
* add missing #pragma warning disable (now using _MSC_VER)Ulf Lamping2007-03-273-0/+12
* set "WX" and "#pragma warning(disable:4101)"Ulf Lamping2007-03-272-2/+5
* clean should also remove generated plugin.c and manifest filesUlf Lamping2007-01-031-2/+5
* Align build target names.Jaap Keuter2007-01-021-2/+2
* More Ethereal -> Wireshark renaming.Jaap Keuter2007-01-021-1/+1
* More Ethereal -> Wireshark renamingJaap Keuter2007-01-021-2/+2
* remove plugin.c in distlcleanJörg Mayer2006-06-021-1/+2
* libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs2006-05-316-9/+9
* Ethereal->WiresharkAnders Broman2006-05-293-525/+16
* Ethereal->WiresharkAnders Broman2006-05-281-1/+1
* ethereal->wireshark updatesRonnie Sahlberg2006-05-221-1/+1
* name changeRonnie Sahlberg2006-05-215-6/+6
* Handle 64bits signed/unsigned integers and get rid of some extra LF:s.Anders Broman2006-04-191-12814/+945
* From W.Borgert:Anders Broman2006-04-193-6328/+3164
* From W. Borgert:Anders Broman2006-04-174-7480/+9268
* Parlay re-generated with the updated idl2eth generator.Anders Broman2005-08-311-978/+904
* After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer2005-07-101-1/+4
* Regenerated Tango with the latest idl2eth and the tango.idlAnders Broman2005-06-281-470/+509
* In generated GIOP dissectors, don't set the Protocol or Info columns, orGuy Harris2005-06-253-10992/+12138
* Re-generate the CosNaming, CosEventComm, and Parlay dissectors from theGuy Harris2005-06-244-2218/+2228
* Fix the line endings.Guy Harris2005-06-211-120741/+120735
* Get rid of include of "snprintf.h", and _U_-ify arguments, as perGuy Harris2005-06-211-80/+76
* Correct a typoAnders Broman2005-06-141-1/+1
* Add the missing parlay.la to the makefileLuis Ontanon2005-06-131-1/+1
* Add dissection of parlayAnders Broman2005-06-093-4/+120756
* From Paolo Frigo :Anders Broman2005-06-014-5/+5121
* Throw an exception if we're handed a null pointer when we weren'tGerald Combs2005-05-302-0/+6
* Call the "new-style init" routine for plugins a "register" routine, asGuy Harris2005-03-072-14/+12
* Preparations for dropping the old plugin api.Lars Roland2005-03-053-26/+7
* Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris2005-02-141-0/+2
* Use -1 as a length value for "to the end of the tvbuff".Guy Harris2005-01-152-2/+2
* From Lars Roland: we need to define _NEED_VAR_IMPORT_ in plugins if weGuy Harris2004-10-011-2/+2
* From Lars Roland: add an option to link plugins with libethereal ratherGuy Harris2004-09-291-4/+13
* .cvsignore is deadJörg Mayer2004-07-181-24/+0
* Add epan/dissectors/.cvsignoreJörg Mayer2004-07-181-0/+2
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-182-2/+2
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-182-2/+2
* Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theOlivier Biot2004-04-251-3/+3
* Add support for plugin dissectors on cygwin builds, by adding the followingOlivier Biot2004-04-141-1/+3