summaryrefslogtreecommitdiff
path: root/plugins/stats_tree
AgeCommit message (Expand)AuthorFilesLines
2013-02-09Make the other plugin makefiles use the new style introduced in the MATEGuy Harris3-13/+27
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2-4/+0
2012-07-16Fix compilation error seen with gcc on Unix:Stephen Fisher1-1/+1
2012-07-15From Wonil Kim: Enable statistics menu register for the tap plug-in. Fixes ht...Anders Broman1-5/+4
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-1/+1
2012-07-07From Michael Mann:Guy Harris1-2/+99
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki5-5/+5
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss2-2/+2
2012-01-29Add *.sbr files to the clean target.Anders Broman1-1/+1
2011-02-02A bit of Windows makefiles rework and cleanup:Bill Meier1-2/+3
2010-09-24Plugins are not shared libraries, so:Guy Harris1-1/+0
2010-09-23H. Sivank <hsivank@gmail.com>Jörg Mayer1-1/+1
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss1-6/+7
2010-03-18cmake changes:Jörg Mayer1-2/+3
2010-02-24- Remove the lib prefix for plugin names.Jörg Mayer1-4/+2
2010-01-28Fix some gcc -Wshadow warnings.Bill Meier1-3/+3
2009-11-17Beginnings of enabling static builds. Still to do:Jörg Mayer1-1/+1
2009-11-07cmake will now honor -Werror if configured (default: on)Jörg Mayer1-3/+15
2009-10-26The stats_tree plugin deserves a version number other than "0.0".Stig Bjørlykke1-1/+1
2009-10-09Use register_dissector_files in the plugins dissectorsKovarththanan Rajaratnam1-1/+0
2009-10-06Build plugins with cmake on OSX.Stig Bjørlykke1-0/+2
2009-09-23Build more plugins with cmake.Jörg Mayer1-0/+43
2009-09-13Run checkapi on the dissector header filesJeff Morriss2-2/+2
2009-09-09We no longer support the old plugin API so remove it completely from the buil...Kovarththanan Rajaratnam1-1/+1
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-15/+15
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-4/+4
2009-03-27(Minor): Remove unnecessary use of g_snprintfBill Meier1-10/+3
2009-03-02Disable manifest building for our DLLs. This attempts to fix bug 3272.Gerald Combs1-3/+0
2009-02-10Remove an ugly hack:Ulf Lamping1-1/+1
2009-02-02add missing mt.exe calls, to include manifest files into exe / dll filesUlf Lamping1-0/+3
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon2-2/+2
2008-07-29Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)).Jeff Morriss1-1/+1
2008-07-11Change the stats tree API to use signed chars instead of guint8s for all itsJeff Morriss1-2/+2
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris1-0/+3
2008-07-01Put printf into a separate "termoutput" API group. For most files,Guy Harris1-1/+1
2008-06-26Add support for "API groups" in checkAPIs.pl. Make the "prohibited"Gerald Combs1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-3/+3
2008-05-08Run checkAPI in plugins dir.Anders Broman1-1/+1
2008-05-05Make it possible to run checkapi on all plugins trough makefile.nmakeAnders Broman1-0/+3
2008-04-14clarify the stats_tree menu itemsUlf Lamping1-4/+4
2008-03-29Remove the pre-release flag from FILEFLAGS in the resource file.Jaap Keuter1-2/+2
2008-02-18If we have an SVN revision number, use it as the build number under WindowsGerald Combs1-1/+1
2007-05-27Use $(PLUGIN_LDFLAGS) for LDFLAGS.Guy Harris1-1/+1
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-12/+12
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher1-12/+12
2007-03-23From Sebastien Tandel:Stephen Fisher1-1/+1
2007-03-22Add -Werror when using GCC only to the Makefile.am of the baseStephen Fisher1-0/+4
2007-03-21set CFLAGS to block new warnings for all plugins (except for giop and h223, w...Ulf Lamping1-1/+1
2007-02-26-Add the compiler version to the plugin resourceJaap Keuter2-4/+8