aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/voip_calls.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-16Remove uninitalized variable warningjake1-1/+1
2006-01-15Hi All,jake1-52/+235
2005-10-03From Alejandro Vaquero:etxrab1-0/+2
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-30/+30
2005-08-20- Declare some functions staticjmayer1-12/+12
2005-08-06Make some structure members that are always set from mallocated data notguy1-3/+2
2005-08-05More char -> const char warning fixes.jmayer1-5/+5
2005-07-26do not try to free the isup tap data.lego1-4/+0
2005-07-07Add a cast to SET_ADDRESS() to squelch GCC4 "differ in signedness"guy1-6/+2
2005-07-07Explicitly initialize all the elements of a voip_calls_tapinfo_t, toguy1-1/+1
2005-07-05From Alejandro Vaqueroetxrab1-7/+31
2005-06-27From Alejandro Vaqueroetxrab1-13/+254
2005-05-05Don't explicitly initialize "h245_labels", as it's hard to initializeguy1-1/+2
2005-05-02From Cvetan Ivanov:gerald1-1/+2
2005-04-14From Francisco Alcoba:lroland1-109/+284
2005-04-05From Francisco Alcobasahlberg1-102/+104
2005-03-27From Alejandro Vaquero :etxrab1-1/+13
2005-03-11Flag an unused argument as unused, to squelch compiler warnings, andguy1-1/+1
2005-03-10From Alejandro Vaquero:lego1-10/+88
2005-03-07From Alejandro Vaqero:lego1-1/+9
2005-03-02From Alejandro Vaquero:lego1-0/+6
2005-03-01From Alejandro Vaquero:lego1-14/+15
2005-02-24By Francisco Alcoba:lroland1-72/+101
2005-02-23g_strrstr does not exist in gtk 1sahlberg1-1/+1
2005-02-22From Alejandro Vaquero:lego1-18/+4
2005-02-22bugfix: using the "rtp_example.raw.gz" from the wiki, the dialog runs into an...ulfl1-0/+1
2005-02-21from Alejandro Vaquerolego1-90/+102
2005-02-21fix few things:lego1-16/+23
2005-02-20Don't register mgcp taps, lroland1-8/+383
2005-02-14Add #includes to define various macros and declare various functions.guy1-0/+2
2005-02-13remove a bunch of unnecessary "includes" from VoIP tap and graph analysis sou...lroland1-12/+0
2005-02-07And finally (I hope) the last part from the patchlroland1-5/+95
2005-02-05remove obsolete function add_rtp_streams_graph() from voip_calls.[ch] and fix...lroland1-77/+3
2005-02-05From Alejandro Vaquero:etxrab1-2/+190
2005-02-03From Francisco Alcoba:etxrab1-0/+46
2005-02-02Use C89 syntax, not C++ syntax, for functions that take no arguments.guy1-2/+2
2005-02-02Make sure "comment" is set.guy1-7/+5
2005-02-02for VoIP Call Analysis:lroland1-76/+96
2005-02-01From Alejandro Vaquero:lroland1-0/+1312