aboutsummaryrefslogtreecommitdiffstats
path: root/ui/voip_calls.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-60/+60
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-60/+60
2016-06-12Move Gateway Control Protocol (Context Tracking) into packet-h248.hMichael Mann1-0/+4
2016-06-12Add checks to address setting routines.Guy Harris1-2/+1
2016-03-28Fix warnings/errors of type -Wused-but-marked-unusedJoerg Mayer1-3/+3
2016-03-11Add IAX2 and Skinny calls to VoIP calls windowPascal Quantin1-2/+28
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-10/+7
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-7/+10
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-10/+7
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-23/+23
2016-01-23More pinfo->fd->abs_ts to pinfo->abs_ts.Guy Harris1-1/+1
2015-12-09Qt: various fixes to VoIP calls / RTP player windowsPascal Quantin1-54/+82
2015-11-24VoIP: fix a null dereference when trying to retrieve the time of a T.38 tappe...Pascal Quantin1-1/+1
2015-11-16Qt: add a reference counter to sequence analysis infoPascal Quantin1-7/+0
2015-11-01VoIP Calls: fix SIP calls statePascal Quantin1-2/+0
2015-11-01voip_calls.c: add missing tap_draw callback to taps asking for a redrawPascal Quantin1-22/+200
2015-10-26Only store frame number and not a pointer to frame_data structure in seq_anal...Pascal Quantin1-17/+17
2015-10-26Qt: fix memory leaks in VoIP calls windowPascal Quantin1-8/+8
2015-10-26Allocate h245_labels when we initialize the h245dg tap.Guy Harris1-0/+6
2015-10-24More ADDRESS macro to address function conversions.Gerald Combs1-2/+2
2015-10-22Use address functions instead of ADDRESS macros in ui.Gerald Combs1-43/+43
2015-10-02Qt: Initial RTP playback.Gerald Combs1-4/+7
2015-09-04GTK/Qt: fix crash when closing SIP Flows dialogPascal Quantin1-4/+7
2015-07-26Avoid duplicate SIP and Q.931 calls in VoIP Calls list in case of Q.931Michal Pazdera1-2/+6