aboutsummaryrefslogtreecommitdiffstats
path: root/ui/voip_calls.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-08Fix more unused variables and enable unused-but-set-variable errors.Gerald Combs1-3/+0
2022-06-10tap: Adding flags for tap_packetRoland Knall1-23/+23
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-84/+84
2021-10-27Flow sequence: Shows more information about various skinny messagesJirka Novak1-0/+1
2021-07-21First pass pinfo->pool conversionEvan Huus1-1/+1
2021-07-05Voip calls: avoid leaking seq analysis itemMartin Mathieson1-16/+21
2021-06-19Replace g_assert() with ws_assert()João Valverde1-5/+6
2021-04-20Remove unneeded modelines in ui.Gerald Combs1-13/+0
2021-03-30RTP Player: Dialog is nonmodal now and can be called multiple waysJirka Novak1-2/+10
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo1-1/+3
2021-01-01Voice dialogs: Added option to apply display filter in VoIP/RTP dialogsJirka Novak1-0/+105
2021-01-01All RTP dialogs: Added option to specify count of decimal placesJirka Novak1-8/+13
2021-01-01VoIP Calls Dialog: List of calls is not cleared/refilled on retaps improvedJirka Novak1-14/+0
2020-12-31VoIP Calls Dialog: List of calls is not cleared/refilled on retapsJirka Novak1-14/+36
2020-12-30voip_calls_dialog/voip_calls: Fix for #16952j.novak@netsystem.cz1-0/+3
2020-12-29voip_calls_dialog/voip_calls: Fix for #16952Jirka Novak1-3/+1
2020-12-23Replace more g_malloc with g_newMoshe Kaplan1-11/+11
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-18/+18
2020-12-14VoIP: VoIP calls statistics are cleared when retap is issuedJirka Novak1-0/+3
2020-05-09More PVS-Studio issues flagged by Valerii Zapodovnikov.Martin Mathieson1-5/+3
2020-05-03voip_calls: Fix leak of GString from unistim handling.Martin Mathieson1-0/+1
2020-05-03Some more issues identified by PVS-Studio.Martin Mathieson1-0/+4
2020-01-07rtp_player: Player is able to set start of audio play by double clickJirka Novak1-0/+1
2020-01-07voip_calls_dialog/voip_calls: Fix for duplicated entries after retapJirka Novak1-0/+4
2019-03-17Don't cast away constness if you don't have to.Guy Harris1-1/+1
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-59/+59
2018-12-15VOIP: Always use frame number when hashing sequence analysis.Michael Mann1-8/+8
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris1-19/+41
2018-06-28RTP: If multiple codecs are used in RTP stream flow, all are shown in codecs ...Jiri Novak1-9/+11
2018-06-25RTP: Common functions for allocation/deallocation of rtpstream_info_tJiri Novak1-5/+8
2018-06-23RTP: code cleanup 3Jiri Novak1-21/+21
2018-06-20RTP: Encapsulation of comparsion of two rtpstreamsJiri Novak1-17/+14
2018-06-19RTP: Code clean upJiri Novak1-10/+10
2018-05-09ui/voip_calls: fix memleak in is_mgcp_signalPeter Wu1-2/+6
2018-04-17Remove some GTK+-only code.Gerald Combs1-15/+0
2018-02-18Fix some source headers, reformat SPDX license lines in comment block.Jaap Keuter1-1/+2
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-02ui: use SPDX identifiers.Dario Lombardo1-14/+1
2018-01-18Don't cast away constness.Guy Harris1-1/+1
2018-01-16plugins: Add source tree subfolder for plugin libraryJoão Valverde1-1/+1
2018-01-16[VoIP calls] Make ISUP over M3UA work.AndersBroman1-1/+17
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-1/+0
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+1
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-18/+14
2017-10-15Rename ui_util.h -> ws_ui_util.hPeter Wu1-1/+1
2017-09-19Sequence analysis (flow graph) optimizations for dissectorsMichael Mann1-2/+0
2017-08-21[skinny]: minor changes to xml fileDiederik de Groot1-7/+7
2016-12-18Call Flow: Fix - Duration of segment of RTP flow is wrong in call flow.Jiri Novak1-0/+1
2016-12-18SIP/SDP, RTP: Dissectors shows information about ED-137 related states of rad...Jiri Novak1-2/+19