aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/stats_tree
Commit message (Expand)AuthorAgeFilesLines
* Remove Makefile.common filesJoão Valverde2016-06-302-44/+16
* Remove Nmake build systemPascal Quantin2016-06-153-86/+0
* Add checkAPI calls to CMake.Graham Bloice2016-05-021-0/+11
* Remove empty filesJoão Valverde2016-04-151-0/+0
* autotools: Use pkg-config autoconf macros for GLib/GTKJoão Valverde2016-02-211-0/+4
* autotools: Move common automake code for plugins to an include fileJoão Valverde2016-02-201-14/+2
* autotools: Don't use "user variables" to set build flagsJoão Valverde2016-01-281-8/+1
* WS_DLL_PUBLIC_DEF is for definitions; WS_DLL_PUBLIC is for declarations.Guy Harris2016-01-121-1/+1
* Developers Guide updates for plugins with CMakeGraham Bloice2015-11-241-1/+1
* CMake: Add /WXGerald Combs2015-10-161-2/+2
* Don't count packets twice for average using avg_stat_node_add_value_notick.Michael Mann2015-10-051-4/+0
* Add support for IPv6 stats tree statisticsJoão Valverde2015-08-221-68/+127
* Fix IP Destinations stats treeJoão Valverde2015-08-161-1/+1
* Print "and greater" instead of a ten digit number.Gerald Combs2015-06-081-1/+3
* Fix CMake warningsGraham Bloice2015-04-171-3/+3
* Make UAT record update callbacks return a success/failure indication.Guy Harris2015-02-181-2/+3
* Remove unneeded includes from plugins folderMartin Mathieson2015-02-101-1/+0
* CMake: Set an output directory for plugins.Gerald Combs2015-01-201-42/+5
* A few more emem replacements with wmem.Michael Mann2015-01-171-6/+5
* UAT error string pointers should not be const pointers.Guy Harris2015-01-131-1/+1
* Remove emem APIs from UAT functionality.Michael Mann2015-01-121-1/+5
* Fix CMake generation and use of Windows .rc filesGraham Bloice2015-01-112-2/+26
* Replace ep_address_to_str with address_to_str.Michael Mann2015-01-061-7/+7
* Fix linkage on Windows machinePascal Quantin2015-01-041-1/+1
* stats tree plugin: fix no previous prototype for 'plugin_register_tap_listene...Alexis La Goutte2015-01-041-0/+2
* Add '*.nativecodeanalysis.xml' to 'clean' targetsBill Meier2015-01-021-1/+1
* CMake: Bundle our plugins.Gerald Combs2014-10-091-3/+12
* plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier2014-10-061-44/+57
* Stats Tree: Add ModelinesAlexis La Goutte2014-08-171-0/+13
* Add .rc files to the sources to have them included in the buildJoerg Mayer2014-06-201-0/+1
* Support out-of-source checkapiStig Bjørlykke2014-04-251-1/+2
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-315-10/+0
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-313-6/+0
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-312-3/+0
* Remove trailing whitespaceBill Meier2014-02-252-3/+3
* Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez2014-02-031-1/+1
* Stats_tree enhancements for sorting, averages and burst rate. Bug 9452 (http...Michael Mann2013-11-291-4/+39
* Add a very small hack to make the UAT update callback error string freeable, andEvan Huus2013-10-251-1/+1
* Don't allow invalid ranges to be specified for the stats tree. Bug 9130 (http...Michael Mann2013-10-181-1/+13
* Add CMake properties to targets so that they are logically organised when usi...Graham Bloice2013-10-131-0/+1
* WS_DLL_PUBLIC is now always WS_DLL_PUBLIC_NOEXTERN with "extern" added;Guy Harris2013-07-031-2/+2
* More PDU export work:Pascal Quantin2013-06-171-17/+1
* Add a "hidden" array of UAT entry data to allow separation between UAT file s...Michael Mann2013-04-221-1/+1
* From beroset:Bill Meier2013-03-201-4/+4
* From David Arnold:Jaap Keuter2013-03-121-1/+1
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-012-3/+7
* The stats_tree plugin doesn't, at present, have anything that looks forGuy Harris2013-02-091-2/+2
* Make the other plugin makefiles use the new style introduced in the MATEGuy Harris2013-02-093-13/+27
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-202-4/+0
* Fix compilation error seen with gcc on Unix:Stephen Fisher2012-07-161-1/+1