aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stats_tree.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-28Use g_hash_table_replace() when key depends on dataTomasz Moń1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-01-23stats_tree: use the right modifier for int values.Dario Lombardo1-2/+2
2019-01-03epan: remove redundant casts.Dario Lombardo1-2/+2
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-2/+2
2018-12-28Allow floating point values for stats_treeMichael Mann1-58/+226
2018-05-14Free g_array_free-related memory leaksPeter Wu1-1/+1
2018-04-17Remove some GTK+-only code.Gerald Combs1-1/+0
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-10-01stats tree: (trivial) reformat assignmentsMartin Kaiser1-24/+24
2017-10-01stats_tree: fix the comparison routine for COL_AVERAGEMartin Kaiser1-11/+3
2017-06-26Fix Packet Lengths statistics countSilvio Gissi1-1/+6
2017-03-11stats_tree: fix this statement may fall through [-Werror=implicit-fallthrough...Alexis La Goutte1-1/+1
2017-02-20stats_tree: fix no previous prototype for ‘stats_tree_cfg_free’ [-Wmissin...Alexis La Goutte1-1/+1
2017-02-07stats_tree: add cleanup function.Dario Lombardo1-1/+16
2016-02-08Cleanup indentationJoão Valverde1-163/+183
2016-01-20Fix constnessJoão Valverde1-1/+1
2015-12-28Don't cast away constness unnecessarily.Guy Harris1-2/+2
2015-12-01stats_tree: re-indent else for avoid warning found by PVS Studio (V705)Alexis La Goutte1-7/+9
2015-08-22Add support for IPv6 stats tree statisticsJoão Valverde1-1/+14
2015-08-20Tap parameter and stats dialog fixups.Gerald Combs1-0/+2
2015-07-03Add ServiceResponseTimeDialog.Gerald Combs1-1/+2
2015-06-05Clean up stats_tree_presentation.Gerald Combs1-35/+0
2014-12-30stats_tree: Make sure some structs are fully initialized.Gerald Combs1-36/+4
2014-12-22stats_tree: g_sprintf()-->g_snprintf(); cleanup #includes.Bill Meier1-6/+5
2014-10-06Convert "4 space tabs" to spaces; Adjust editor modelines.Bill Meier1-1002/+1002
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-01Fix some scan-build warnings.Gerald Combs1-1/+1
2014-02-25Remove trailing whitespaceBill Meier1-1/+1
2014-01-05Fix indent (Use tabs) and add modelinesAlexis La Goutte1-45/+55
2013-12-09Fix warningsJakub Zawadzki1-1/+1
2013-12-08From Deon van der Westhuysen via https://bugs.wireshark.org/bugzilla/show_bug...Alexis La Goutte1-91/+7
2013-12-07Use strutil xml_escape() functionJakub Zawadzki1-27/+4
2013-12-02Get rid of a stray semicolon, as it upsets Sun^WOracle Studio's CGuy Harris1-3/+2
2013-12-01Patch to include YAML export. Bug 9452 (https://bugs.wireshark.org/bugzilla/s...Michael Mann1-16/+47
2013-11-30Better fix for uninitialized variable warning. Part of bug 9452 (https://bug...Michael Mann1-2/+7
2013-11-30Try to please GCC 4.3.2Pascal Quantin1-2/+2
2013-11-30Casts required from void * in C++.Guy Harris1-1/+1
2013-11-30Constify to squelch some warnings.Guy Harris1-8/+14
2013-11-29Squelch some "use parentheses" warnings.Guy Harris1-11/+11
2013-11-29Rename variable to avoid collisions with standard function names.Guy Harris1-23/+23
2013-11-29Stats_tree enhancements for sorting, averages and burst rate. Bug 9452 (http...Michael Mann1-15/+639
2013-11-21Add a statistics tree dialog.Gerald Combs1-2/+2
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+3
2013-10-18Don't allow invalid ranges to be specified for the stats tree. Bug 9130 (http...Michael Mann1-20/+19
2013-08-14Get rid of -Wshadow warning - I guess we're including something thatGuy Harris1-5/+5
2013-07-21Replace relative timestamp with reference frame number. Saves 16B per frame.Jakub Zawadzki1-1/+1
2013-03-16From beroset:Anders Broman1-19/+19
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-2/+2