aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/giop
AgeCommit message (Expand)AuthorFilesLines
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-11/+11
2007-03-28Removed /Wx from CFLAGS to allow buildbot to proceedGraham Bloice1-1/+1
2007-03-28from Gisle Vanem: some more #pragma's that MingW don't likeUlf Lamping1-1/+1
2007-03-27add missing #pragma warning disable (now using _MSC_VER)Ulf Lamping3-0/+12
2007-03-27set "WX" and "#pragma warning(disable:4101)"Ulf Lamping2-2/+5
2007-01-03clean should also remove generated plugin.c and manifest filesUlf Lamping1-2/+5
2007-01-02Align build target names.Jaap Keuter1-2/+2
2007-01-02More Ethereal -> Wireshark renaming.Jaap Keuter1-1/+1
2007-01-02More Ethereal -> Wireshark renamingJaap Keuter1-2/+2
2006-06-02remove plugin.c in distlcleanJörg Mayer1-1/+2
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs6-9/+9
2006-05-29Ethereal->WiresharkAnders Broman3-525/+16
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-1/+1
2006-05-21name changeRonnie Sahlberg5-6/+6
2006-04-19Handle 64bits signed/unsigned integers and get rid of some extra LF:s.Anders Broman1-12814/+945
2006-04-19From W.Borgert:Anders Broman3-6328/+3164
2006-04-17From W. Borgert:Anders Broman4-7480/+9268
2005-08-31Parlay re-generated with the updated idl2eth generator.Anders Broman1-978/+904
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-1/+4
2005-06-28Regenerated Tango with the latest idl2eth and the tango.idlAnders Broman1-470/+509
2005-06-25In generated GIOP dissectors, don't set the Protocol or Info columns, orGuy Harris3-10992/+12138
2005-06-24Re-generate the CosNaming, CosEventComm, and Parlay dissectors from theGuy Harris4-2218/+2228
2005-06-21Fix the line endings.Guy Harris1-120741/+120735
2005-06-21Get rid of include of "snprintf.h", and _U_-ify arguments, as perGuy Harris1-80/+76
2005-06-14Correct a typoAnders Broman1-1/+1
2005-06-13Add the missing parlay.la to the makefileLuis Ontanon1-1/+1
2005-06-09Add dissection of parlayAnders Broman3-4/+120756
2005-06-01From Paolo Frigo :Anders Broman4-5/+5121
2005-05-30Throw an exception if we're handed a null pointer when we weren'tGerald Combs2-0/+6
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asGuy Harris2-14/+12
2005-03-05Preparations for dropping the old plugin api.Lars Roland3-26/+7
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-0/+2
2005-01-15Use -1 as a length value for "to the end of the tvbuff".Guy Harris2-2/+2
2004-10-01From Lars Roland: we need to define _NEED_VAR_IMPORT_ in plugins if weGuy Harris1-2/+2
2004-09-29From Lars Roland: add an option to link plugins with libethereal ratherGuy Harris1-4/+13
2004-07-18 .cvsignore is deadJörg Mayer1-24/+0
2004-07-18Add epan/dissectors/.cvsignoreJörg Mayer1-0/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez2-2/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris2-2/+2
2004-04-25Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theOlivier Biot1-3/+3
2004-04-14Add support for plugin dissectors on cygwin builds, by adding the followingOlivier Biot1-1/+3
2004-01-05removed some MSVC warnings (level 3)Ulf Lamping2-2/+2
2003-11-17Tweak the introductory comment.Guy Harris1-2/+1
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris1-2/+4
2003-09-05- Make --enable-static work again (configure.in, Makefile.am)Jörg Mayer3-15/+5
2003-06-14Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onGuy Harris1-4/+3
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onGuy Harris1-4/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer2-1083/+1083
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2-16/+0