aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/stats_tree
AgeCommit message (Expand)AuthorFilesLines
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris1-2/+3
2015-02-10Remove unneeded includes from plugins folderMartin Mathieson1-1/+0
2015-01-20CMake: Set an output directory for plugins.Gerald Combs1-42/+5
2015-01-17A few more emem replacements with wmem.Michael Mann1-6/+5
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-1/+1
2015-01-12Remove emem APIs from UAT functionality.Michael Mann1-1/+5
2015-01-11Fix CMake generation and use of Windows .rc filesGraham Bloice2-2/+26
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann1-7/+7
2015-01-04Fix linkage on Windows machinePascal Quantin1-1/+1
2015-01-04stats tree plugin: fix no previous prototype for 'plugin_register_tap_listene...Alexis La Goutte1-0/+2
2015-01-02Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier1-1/+1
2014-10-09CMake: Bundle our plugins.Gerald Combs1-3/+12
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier1-44/+57
2014-08-17Stats Tree: Add ModelinesAlexis La Goutte1-0/+13
2014-06-20Add .rc files to the sources to have them included in the buildJoerg Mayer1-0/+1
2014-04-25Support out-of-source checkapiStig Bjørlykke1-1/+2
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte5-10/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte3-6/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte2-3/+0
2014-02-25Remove trailing whitespaceBill Meier2-3/+3
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2013-11-29Stats_tree enhancements for sorting, averages and burst rate. Bug 9452 (http...Michael Mann1-4/+39
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-1/+1
2013-10-18Don't allow invalid ranges to be specified for the stats tree. Bug 9130 (http...Michael Mann1-1/+13
2013-10-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice1-0/+1
2013-07-03WS_DLL_PUBLIC is now always WS_DLL_PUBLIC_NOEXTERN with "extern" added;Guy Harris1-2/+2
2013-06-17More PDU export work:Pascal Quantin1-17/+1
2013-04-22Add a "hidden" array of UAT entry data to allow separation between UAT file s...Michael Mann1-1/+1
2013-03-20 From beroset:Bill Meier1-4/+4
2013-03-12From David Arnold:Jaap Keuter1-1/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2-3/+7
2013-02-09The stats_tree plugin doesn't, at present, have anything that looks forGuy Harris1-2/+2
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