Use register_dissector_files in asn1 plugin
[obnox/wireshark/wip.git] / plugins / giop /
2009-10-06 stigBuild plugins with cmake on OSX.
2009-09-25 jmayerTry to add tpg, but it seems it doesn't build with...
2009-09-09 krjWe no longer support the old plugin API so remove it...
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-03-02 geraldDisable manifest building for our DLLs. This attempts...
2009-02-02 ulfladd missing mt.exe calls, to include manifest files...
2008-07-29 morrissAllow checkapis target to work in out-of-tree builds...
2008-07-02 guyAdd Makefile.common files for epan/dfilter and epan...
2008-07-01 guyPut printf into a separate "termoutput" API group....
2008-06-26 geraldAdd support for "API groups" in checkAPIs.pl. Make...
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-05-09 etxrabUse PROTO_ITEM_SET_HIDDEN().
2008-05-05 etxrabMake it possible to run checkapi on all plugins trough...
2007-05-29 guyUse G_GINT64_MODIFIER, rather than the PRI[douxX]64...
2007-03-28 grahambRemoved /Wx from CFLAGS to allow buildbot to proceed
2007-03-28 ulflfrom Gisle Vanem: some more #pragma's that MingW don...
2007-03-27 ulfladd missing #pragma warning disable (now using _MSC_VER)
2007-03-27 ulflset "WX" and "#pragma warning(disable:4101)"
2007-01-03 ulflclean should also remove generated plugin.c and manifes...
2007-01-02 jakeAlign build target names.
2007-01-02 jakeMore Ethereal -> Wireshark renaming.
2007-01-02 jakeMore Ethereal -> Wireshark renaming
2006-06-02 jmayerremove plugin.c in distlclean
2006-05-31 geraldlibethereal -> libwireshark. idl2eth -> idl2wrs. ...
2006-05-29 etxrabEthereal->Wireshark
2006-05-28 etxrabEthereal->Wireshark
2006-05-22 sahlbergethereal->wireshark updates
2006-05-21 sahlbergname change
2006-04-19 etxrabHandle 64bits signed/unsigned integers and get rid...
2006-04-19 etxrabFrom W.Borgert:
2006-04-17 etxrabFrom W. Borgert:
2005-08-31 etxrabParlay re-generated with the updated idl2eth generator.
2005-07-10 jmayerAfter doing "make maintainer-clean", "svn status -...
2005-06-28 etxrabRegenerated Tango with the latest idl2eth and the tango.idl
2005-06-25 guyIn generated GIOP dissectors, don't set the Protocol...
2005-06-24 guyRe-generate the CosNaming, CosEventComm, and Parlay...
2005-06-21 guyFix the line endings.
2005-06-21 guyGet rid of include of "snprintf.h", and _U_-ify argumen...
2005-06-14 etxrabCorrect a typo
2005-06-13 legoAdd the missing parlay.la to the makefile
2005-06-09 etxrabAdd dissection of parlay
2005-06-01 etxrabFrom Paolo Frigo :
2005-05-30 geraldThrow an exception if we're handed a null pointer when...
2005-03-07 guyCall the "new-style init" routine for plugins a "regist...
2005-03-05 lrolandPreparations for dropping the old plugin api.
2005-02-14 guyMake the "maintainer-clean" rules get rid of some addit...
2005-01-15 guyUse -1 as a length value for "to the end of the tvbuff".
2004-10-01 guyFrom Lars Roland: we need to define _NEED_VAR_IMPORT_...
2004-09-29 guyFrom Lars Roland: add an option to link plugins with...
2004-07-18 jmayer .cvsignore is dead
2004-07-18 jmayerAdd epan/dissectors/.cvsignore
2004-07-18 gramMove dissectors to epan/dissectors directory.
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-04-25 obiotReplace the plugin linkage libs into PLUGIN_LIBS which...
2004-04-14 obiotAdd support for plugin dissectors on cygwin builds...
2004-01-05 ulflremoved some MSVC warnings (level 3)
2003-11-17 guyTweak the introductory comment.
2003-10-10 guyGive every Makefile.nmake file a "distclean" rule,...
2003-09-05 jmayer- Make --enable-static work again (configure.in, Makefi...
2003-06-14 guyDefine GLIB_LIBS and GTK_LIBS variables in config.nmake...
2003-06-14 guyDefine GLIB_CFLAGS and GTK_CFLAGS variables in config...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-07-17 guyFrom Joerg Mayer:
2002-07-06 guyFrom Nix:
2002-05-06 guyRemove the unused "offset_saved" variable, as per the...
2002-05-04 guyUpdate the dissectors (by hand) to match the changes to
2002-02-27 guyFrom Joerg Mayer:
2002-01-30 guyUpdated GIOP plugins, from Frank Singleton.
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-19 guyFrom Bernd Becker: don't clear COL_INFO until the GIOP...
2001-12-17 guyNow that the GIOP dissector sets "pinfo->current_proto...
2001-12-12 guyFrom Motonori Shindo:
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-10-31 guySigh. Well, if you make the function declarations...
2001-10-17 gramEnable building of the coseventcomm plugin on Win32.
2001-07-21 guyUpdate .cvsignore.
2001-07-20 guyCosEventComm dissector, from Frank Singleton.
2001-07-20 guyGet rid of zero-length arrays.
2001-07-20 hagbardAdded .cvsignore
2001-07-19 guyGIOP CosNaming support, from Frank Singleton.