aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2021-02-06wiretap: add a mechanism for built-in modules to have a register routine.Guy Harris1-5/+5
2021-02-05RTP Player: Possibility to remove stream from RTP playerJirka Novak3-0/+67
2021-02-05RTP Stream Dialog fix: Duplicated streams could be shownJirka Novak1-2/+8
2021-02-05RTP dissector: Remove unused functionsj.novak@netsystem.cz3-25/+187
2021-02-05Qt: Remove an unneeded semicolon.Gerald Combs1-1/+1
2021-02-04RTP Player: Selected waveform is emphased. Waveform can be selected by click.Jirka Novak2-0/+23
2021-02-04RTP Player: Audio routing information refactoredJirka Novak2-67/+87
2021-02-04RTP Player: Added notification message during long decodingJirka Novak1-0/+4
2021-02-01wiretap: redo the way we handle if_filter IDB options.Guy Harris1-3/+8
2021-01-31[Automatic update for 2021-01-31]Gerald Combs3-12/+12
2021-01-31RTP player: Doubled buffer for replay to avoid play stop caused by underrunsJirka Novak1-4/+14
2021-01-30epan: have a routine to register all tap listeners.Guy Harris2-14/+2
2021-01-30Refer to options whose data isn't a simple data type as "structured".Guy Harris1-1/+1
2021-01-24[Automatic update for 2021-01-24]Gerald Combs11-0/+187
2021-01-18dup() can fail; check whether it does.Guy Harris1-1/+8
2021-01-18Qt+tools: Fix most of our lupdate warnings.Gerald Combs4-4/+5
2021-01-17[Automatic update for 2021-01-17]Gerald Combs4-7/+7
2021-01-16SIP Flow: Fixed core dump when dialog openedJirka Novak1-1/+1
2021-01-15tap-simple_stattable: fix a memory leak for tshark -zMartin Kaiser1-1/+10
2021-01-14Revert "Qt: fix memleak in DecodeAsDelegate."Dario Lombardo1-2/+1
2021-01-13Qt: fix build error with older GCCJoakim Karlsson1-2/+2
2021-01-12Qt: Debounce Preferences -> Advanced menu's "Search" to improve UXMoshe Kaplan2-3/+35
2021-01-12Qt: Make the checkSaveAsWithComment dialog box appear.John Thacker1-2/+1
2021-01-11Qt framework: Dialogs are correctly notified when capture file was closedJirka Novak34-86/+99
2021-01-10[Automatic update for 2021-01-10]Gerald Combs11-92/+170
2021-01-07Telecom dialogs: Fixed issues during capture file closingJirka Novak5-15/+38
2021-01-07Fix: SIP Flows dialog can't be open when VoIP Calls dialog is openedJirka Novak2-20/+25
2021-01-07Qt: fix memleak in DecodeAsDelegate.Dario Lombardo1-1/+2
2021-01-07Qt: fix leak in DecodeAsModel.Dario Lombardo2-0/+10
2021-01-05Qt: Set Packet List scrollbar page stepStig Bjørlykke1-0/+1
2021-01-05Qt: Fetch OverlayScrollBar sliderPosition from the real ScrollBarStig Bjørlykke3-1/+7
2021-01-03[Automatic update for 2021-01-03]Gerald Combs11-26/+652
2021-01-03RTP processing: Modified RTP sequence verificationJirka Novak3-85/+103
2021-01-03RTP dialogs fix: sigv occurs when dialogs are open when no cap file is openJirka Novak2-2/+2
2021-01-02UI: Remove apostrophe from FAQs item in Help menu.Darius Davis1-1/+1
2021-01-02Qt: Connect QScrollbar::actionTriggered to OverlayScrollBarStig Bjørlykke1-0/+1
2021-01-02RTP analysis: Dialog uses common calculation functionJirka Novak1-88/+44
2021-01-02RTP Player: x axis centering correctionJirka Novak1-2/+1
2021-01-02RTP Player: Fix for #16452Jirka Novak2-2/+20
2021-01-02RTP Player: Shows streams independently on active display filterJirka Novak1-5/+2
2021-01-01RTP Stream Dialog: Start of call can be shown as Time of DayJirka Novak3-2/+36
2021-01-01Voice dialogs: Added option to apply display filter in VoIP/RTP dialogsJirka Novak14-8/+285
2021-01-01RTP Player: Time span column shows time of day when Time of Day enabledJirka Novak1-1/+13
2021-01-01All RTP dialogs: Added option to specify count of decimal placesJirka Novak4-33/+38
2021-01-01VoIP Calls Dialog: List of calls is not cleared/refilled on retaps improvedJirka Novak3-22/+4
2020-12-31RTP Stream Dialog: Added 'Start Time' and 'Duration' columns to the dialog.Jirka Novak2-9/+38
2020-12-31VoIP Calls Dialog: List of calls is not cleared/refilled on retapsJirka Novak6-26/+111
2020-12-30Qt: Allow color filters to use all valid display filtersJim Young1-8/+3
2020-12-30funnel: Remove unused typedefsMoshe Kaplan1-1/+0
2020-12-30voip_calls_dialog/voip_calls: Fix for #16952j.novak@netsystem.cz11-10/+189