aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/voip_calls.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-19Make the GUIDs in various data structures e_guid_t's rather than arraysGuy Harris1-6/+5
2006-02-23From Alejandro Vaquero:Anders Broman1-22/+26
2006-01-16Remove uninitalized variable warningJaap Keuter1-1/+1
2006-01-15Hi All,Jaap Keuter1-52/+235
2005-10-03From Alejandro Vaquero:Anders Broman1-0/+2
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-30/+30
2005-08-20- Declare some functions staticJörg Mayer1-12/+12
2005-08-06Make some structure members that are always set from mallocated data notGuy Harris1-3/+2
2005-08-05More char -> const char warning fixes.Jörg Mayer1-5/+5
2005-07-26do not try to free the isup tap data.Luis Ontanon1-4/+0
2005-07-07Add a cast to SET_ADDRESS() to squelch GCC4 "differ in signedness"Guy Harris1-6/+2
2005-07-07Explicitly initialize all the elements of a voip_calls_tapinfo_t, toGuy Harris1-1/+1
2005-07-05From Alejandro VaqueroAnders Broman1-7/+31
2005-06-27From Alejandro VaqueroAnders Broman1-13/+254
2005-05-05Don't explicitly initialize "h245_labels", as it's hard to initializeGuy Harris1-1/+2
2005-05-02From Cvetan Ivanov:Gerald Combs1-1/+2
2005-04-14From Francisco Alcoba:Lars Roland1-109/+284
2005-04-05From Francisco AlcobaRonnie Sahlberg1-102/+104
2005-03-27From Alejandro Vaquero :Anders Broman1-1/+13
2005-03-11Flag an unused argument as unused, to squelch compiler warnings, andGuy Harris1-1/+1
2005-03-10From Alejandro Vaquero:Luis Ontanon1-10/+88
2005-03-07From Alejandro Vaqero:Luis Ontanon1-1/+9
2005-03-02From Alejandro Vaquero:Luis Ontanon1-0/+6
2005-03-01From Alejandro Vaquero:Luis Ontanon1-14/+15
2005-02-24By Francisco Alcoba:Lars Roland1-72/+101
2005-02-23g_strrstr does not exist in gtk 1Ronnie Sahlberg1-1/+1
2005-02-22From Alejandro Vaquero:Luis Ontanon1-18/+4
2005-02-22bugfix: using the "rtp_example.raw.gz" from the wiki, the dialog runs into an...Ulf Lamping1-0/+1
2005-02-21from Alejandro VaqueroLuis Ontanon1-90/+102
2005-02-21fix few things:Luis Ontanon1-16/+23
2005-02-20Don't register mgcp taps, Lars Roland1-8/+383
2005-02-14Add #includes to define various macros and declare various functions.Guy Harris1-0/+2
2005-02-13remove a bunch of unnecessary "includes" from VoIP tap and graph analysis sou...Lars Roland1-12/+0
2005-02-07And finally (I hope) the last part from the patchLars Roland1-5/+95
2005-02-05remove obsolete function add_rtp_streams_graph() from voip_calls.[ch] and fix...Lars Roland1-77/+3
2005-02-05From Alejandro Vaquero:Anders Broman1-2/+190
2005-02-03From Francisco Alcoba:Anders Broman1-0/+46
2005-02-02Use C89 syntax, not C++ syntax, for functions that take no arguments.Guy Harris1-2/+2
2005-02-02Make sure "comment" is set.Guy Harris1-7/+5
2005-02-02for VoIP Call Analysis:Lars Roland1-76/+96
2005-02-01From Alejandro Vaquero:Lars Roland1-0/+1312