aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/simple_statistics_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-06-17Convert wmem to C99 typesGerald Combs1-1/+1
2022-04-04Qt: Split MainApplication out from WiresharkApplication.Gerald Combs1-2/+2
2021-12-05QT: Default sort simple stat tables by first column ascendingJohn Thacker1-0/+5
2021-03-08Remove modelines in ui/qt.Gerald Combs1-13/+0
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-4/+4
2018-05-01Fix comment end after SPDX identifierStig Bjørlykke1-1/+2
2018-03-07Qt: remove leak in simple_statistics_dialog (found by clang).Dario Lombardo1-4/+6
2018-02-19Get rid of more new_ prefixes for statistics functions and types.Guy Harris1-5/+5
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02Qt: use SPDX identifiers.Dario Lombardo1-14/+1
2017-12-17Simple statistics export: fill in callback to get item dataMartin Mathieson1-0/+14
2017-02-08Switch stat tap to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-3/+4
2016-06-16qt: move free_stat_tables from SimpleStatisticsDialog::fillTree to ~SimpleSta...Dario Lombardo1-1/+10
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke1-0/+1
2015-12-29Rename new_stat_tap_ui to stat_tap_table_ui.Guy Harris1-4/+4
2015-12-29There's no "old" stat_tap_table, so remove "new_" from the name.Guy Harris1-4/+4
2015-09-01Convert the WSP stats to generic stat API.Gerald Combs1-10/+26
2015-08-26Rework tapping in Qt dialogs.Gerald Combs1-13/+8
2015-08-20Tap parameter and stats dialog fixups.Gerald Combs1-1/+2
2015-08-18Qt: Fix use-after-free patternStig Bjørlykke1-1/+2
2015-08-07Add ONC RPC program stats.Gerald Combs1-8/+13
2015-08-06Fixup stat_tap table freeing.Gerald Combs1-2/+2
2015-07-29Capture file retapping fixups.Gerald Combs1-1/+1
2015-07-08Add SimpleStatisticsDialog.Gerald Combs1-0/+283