aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/service_response_time_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
2022-03-25Qt: Handle qsizetype.Gerald Combs1-1/+1
2021-10-11Qt: Use new-style signals+slots in more places.Gerald Combs1-2/+2
2021-06-19Replace g_assert() with ws_assert()João Valverde1-2/+2
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-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-24Add Service Response Time dialog for SCSI.Michael Mann1-0/+5
2017-10-20Qt: fix crash after loading SRT dialogPeter Wu1-3/+12
2017-09-15Qt: initialize srt_data_ in constructor (CID 1417727)Pascal Quantin1-0/+3
2017-09-11Qt: free SRT table once the tree is filledPascal Quantin1-0/+1
2017-09-11Qt: fix Diameter SRT statistics displayPascal Quantin1-11/+15
2017-02-22Qt: free memory used by rtd_tables.Dario Lombardo1-1/+2
2017-02-08Switch rtd and srt tables to use wmem_tree_t instead of (sorted) GSList.Michael Mann1-2/+3
2016-07-26Use a variable consistently.Gerald Combs1-1/+1
2016-07-10Qt: add assert (CID 1311486).Dario Lombardo1-1/+2
2016-06-26srt: rename shadow variableDario Lombardo1-3/+3
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke1-0/+1
2015-08-26Rework tapping in Qt dialogs.Gerald Combs1-15/+9
2015-08-20Tap parameter and stats dialog fixups.Gerald Combs1-1/+3
2015-08-18UDP multicast stream dialog.Gerald Combs1-43/+1
2015-08-18Qt: Fix use-after-free patternStig Bjørlykke1-1/+2
2015-08-12Add DCE-RPC and ONC-RPC service response time dialogs.Gerald Combs1-4/+12
2015-07-29Capture file retapping fixups.Gerald Combs1-1/+1
2015-07-07Add ResponseTimeDelayDialog.Gerald Combs1-19/+7
2015-07-03Add ServiceResponseTimeDialog.Gerald Combs1-0/+411