Make it possible to run checkapi on all plugins trough makefile.nmake
[obnox/wireshark/wip.git] / plugins / agentx /
2008-05-05 etxrabMake it possible to run checkapi on all plugins trough...
2008-03-29 jakeRemove the pre-release flag from FILEFLAGS in the resou...
2008-03-01 jakeCreate proper dependancies for plugin.c
2008-02-27 stigQuote argument to test in plugins Makefiles, as propose...
2008-02-18 geraldIf we have an SVN revision number, use it as the build...
2008-02-05 stigRewrote some prohibited APIs in plugins/ (sprintf,...
2007-12-12 jakeThe referenced sample files should be complete and...
2007-11-01 etxrabGet rid of most of the legacy oid stuff.
2007-08-27 wmeierAdd .c.obj:: inference rule (to cause "batch compile")
2007-05-27 guyUse $(PLUGIN_LDFLAGS) for LDFLAGS.
2007-05-27 guyClean up white space.
2007-05-27 guyGet rid of trailing blank lines.
2007-04-05 geraldAdd the make-dissector-reg scripts to the dependency...
2007-03-28 sfisherRemove almost all of the casts I committed recently...
2007-03-23 sfisherFix about 150 warnings new to gcc 4.0 in the error...
2007-03-23 sfisherFrom Sebastien Tandel:
2007-03-22 sfisherAdd -Werror when using GCC only to the Makefile.am...
2007-03-21 ulflset CFLAGS to block new warnings for all plugins (excep...
2007-02-26 jake-Add the compiler version to the plugin resource
2007-01-03 ulflclean should also remove generated plugin.c and manifes...
2006-12-19 jakeAdd Windows version info resource.
2006-10-31 sahlbergchange the signature for the get_pdu_len() function...
2006-10-29 ulflput every python script name into "" so the call won...
2006-06-02 jmayerremove plugin.c in distlclean
2006-05-31 geraldlibethereal -> libwireshark. idl2eth -> idl2wrs. ...
2006-05-21 sahlbergname change
2006-04-22 guyConvert most other plugin dissectors to use the make...
2006-03-20 sahlbergwaste a couple of bytes per tcp conversation and make...
2005-10-16 geraldFix a typo found by Guy.
2005-09-25 geraldDon't write before the beginning of a buffer. Add...
2005-09-21 geraldMove a comment to the right place.
2005-07-10 jmayerAfter doing "make maintainer-clean", "svn status -...
2005-05-10 geraldDon't write a '\0' way the heck past the end of an...
2005-03-27 ulflbugfix of a bug causing tethereal value output to fail:
2005-03-27 ulflbugfix of a bug causing tethereal value output to fail:
2005-03-20 guyFrom Oleg Terletsky:
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-02-10 guyUse tcp_dissect_pdus().
2005-02-10 guyUse VB_ rather than V_ for the VarBind types, to avoid...
2005-02-10 guyFrom Oleg Terletsky: AgentX support.