aboutsummaryrefslogtreecommitdiffstats
path: root/ui/voip_calls.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-05Fix a few issues reported by PVS-StudioPascal Quantin1-1/+1
2015-05-13[VoIP] There has to be two separate routines for MEGACO and H248 asAndersBroman1-3/+17
2015-02-13Replace tabs by spaces when editor modelines has "expandtab"Bill Meier1-238/+238
2015-02-04Convert val_to_str -> val_to_str_wmem.Michael Mann1-8/+13
2015-02-03Convert val_to_str_ext -> val_to_str_ext_wmem for calls that don't have valid...Michael Mann1-23/+25
2015-01-13Consistently use the "g_string_free returns a C string pointer" idiom.Guy Harris1-2/+1
2015-01-01Remove unneeded includes from ui folderMartin Mathieson1-8/+0
2014-12-25VoIP Calls: Missing break in switch (CID 1155515)Alexis La Goutte1-0/+1
2014-12-20Consolidate RTP stream structs.Gerald Combs1-53/+32
2014-11-26Consolidate sequence analysis code.Gerald Combs1-28/+2
2014-11-19voip_calls: Fix tap callbacks.Gerald Combs1-144/+157
2014-11-18voip_calls: Regression fixes.Gerald Combs1-30/+30
2014-11-18voip_calls: Move to ui.Gerald Combs1-0/+4079