Constify a character array;
[metze/wireshark/wip.git] / plugins / tpg /
2013-10-13 Graham BloiceAdd CMake properties to targets so that they are logica...
2013-09-17 Pascal Quantinemem -> wmem
2013-07-03 Guy HarrisWS_DLL_PUBLIC is now always WS_DLL_PUBLIC_NOEXTERN...
2013-06-25 Chris Maynardmakefile.nmake -> Makefile.nmake and minor whitespace...
2013-03-12 Jaap KeuterFrom David Arnold:
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-23 Jörg MayerRemove commented out rules
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-04-04 Jeff MorrissAdd a "-build" argument to checkAPIs.pl. Use that...
2012-01-29 Anders BromanAdd *.sbr files to the clean target.
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-05-26 Chris MaynardAdd SVN Id and GPL. Minor whitespace cleanup.
2011-02-02 Bill MeierA bit of Windows makefiles rework and cleanup:
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-09-24 Guy HarrisPlugins are not shared libraries, so:
2010-05-14 Jeff MorrissAdd Cmake stuff to the source distribution so more...
2010-03-18 Jörg Mayercmake changes:
2010-02-24 Jörg Mayer- Remove the lib prefix for plugin names.
2009-11-17 Jörg MayerBeginnings of enabling static builds. Still to do:
2009-11-07 Jörg Mayercmake will now honor -Werror if configured (default...
2009-10-06 Stig BjørlykkeBuild plugins with cmake on OSX.
2009-09-25 Jörg MayerTry to add tpg, but it seems it doesn't build with...
2009-09-13 Jeff MorrissRun checkapi on the dissector header files
2009-09-09 Kovarththanan Raja... We no longer support the old plugin API so remove it...
2009-03-15 Gerald CombsGo a little deeper into the Win64 rabbit-hole. Add...
2009-03-02 Gerald CombsMore Windows compiler flag cleanups. Fix a problem...
2009-03-02 Gerald CombsDisable manifest building for our DLLs. This attempts...
2009-02-02 Ulf Lampingadd missing mt.exe calls, to include manifest files...
2008-08-05 Luis Ontanonluis.ontanon@gmail.com => luis@ontanon.org
2008-07-29 Jeff MorrissAllow checkapis target to work in out-of-tree builds...
2008-07-02 Guy HarrisAdd Makefile.common files for epan/dfilter and epan...
2008-07-01 Guy HarrisPut printf into a separate "termoutput" API group....
2008-06-26 Gerald CombsAdd support for "API groups" in checkAPIs.pl. Make...
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-05-05 Anders BromanMake it possible to run checkapi on all plugins trough...
2007-05-27 Guy HarrisGet rid of trailing blank lines.
2007-03-23 Stephen FisherFrom Sebastien Tandel:
2007-03-22 Stephen FisherAdd -Werror when using GCC only to the Makefile.am...
2007-03-21 Ulf Lampingset CFLAGS to block new warnings for all plugins (excep...
2007-01-02 Bill MeierOops: wireshark.com --> wireshark.org
2006-12-05 Bill MeierAdd a few missing /$(MAKEFLAGS)
2006-06-02 Jörg Mayerremove plugin.c in distlclean
2006-05-31 Gerald Combslibethereal -> libwireshark. idl2eth -> idl2wrs. ...
2006-05-21 Ronnie Sahlbergname change
2005-12-09 Jörg MayerFix ...$ to : $
2005-10-01 Luis Ontanonone step further...
2005-10-01 Luis Ontanonmatch changes to tpg infrastructure.
2005-09-29 Luis Ontanonthis struct moved to tvbparse.c
2005-09-29 Luis Ontanonat this point this makes a good parser for http headers...
2005-09-28 Luis Ontanonupdate tpg
2005-09-27 Luis OntanonA "working" example of TPG...