aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/voip_calls.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-10From Chad Singer:Jaap Keuter1-2/+428
2007-05-31From Lars Ruoff:Stephen Fisher1-2/+2
2007-05-29fix warnings for gcc 4.2Sebastien Tandel1-1/+1
2007-05-04generate T.38 dissector from ASN.1 sourceTomas Kukosa1-6/+7
2007-04-26memmove() is needed only if the source and destination might overlap.Guy Harris1-1/+1
2007-03-28do not avoid redrawing the tapLuis Ontanon1-3/+1
2007-03-27Another iteration over sctp calls (RANAP/BSSAP) a step towards TCAP/(MAP/IMAP...Luis Ontanon1-5/+5
2007-03-26add Megaco to the "VoIP Calls" tapLuis Ontanon1-1/+24
2007-03-25rename h248_* to gcp_* according to changes in epan.Luis Ontanon1-10/+10
2007-03-22fix new warningsUlf Lamping1-3/+3
2007-03-22Mine:Luis Ontanon1-9/+44
2007-03-21fix another three MSVC 8.0 warningsUlf Lamping1-3/+3
2007-03-21fix all warnings in gtk dir & set the "treat all warnings as errors" MSVC flagUlf Lamping1-18/+18
2007-03-21Add the sccp tap to the "VoIP Calls" Tap (which by now should be renamed to j...Luis Ontanon1-26/+174
2007-03-19voip_calls.c:Luis Ontanon1-5/+4
2007-03-18have voip_calls using the m3ua tapLuis Ontanon1-1/+23
2007-03-18squelch some warningsLuis Ontanon1-6/+0
2007-03-18add h248 to VoIP CallsLuis Ontanon1-28/+202
2007-02-13From Sebastien Tandel:Stephen Fisher1-0/+1
2006-10-24From Alejandro Vaquero:Jaap Keuter1-4/+8
2006-10-20Don't display the Play button if we're not built with the RTP player.Guy Harris1-4/+4
2006-10-20Put the period into ITU-T Recommendation names.Guy Harris1-4/+4
2006-10-17from Stephen Fisher:Ulf Lamping1-2/+2
2006-09-21Include "rtp_player.h" in "voip_calls.c" if we're supporting the RTPGuy Harris1-0/+6
2006-09-10From Alejandro Vaquero:Anders Broman1-2/+2
2006-08-30From Alejandro Vaquero:Anders Broman1-3/+20
2006-07-25From: Martin Mathieson Jaap Keuter1-8/+8
2006-07-05From Martin Mathieson:Anders Broman1-3/+7
2006-06-23Make SSRC display (among others) unsigned. Fixes Ethereal bug 1002.Jaap Keuter1-4/+4
2006-06-22coverity 194Ronnie Sahlberg1-0/+3
2006-06-15From Martin Mathieson:Anders Broman1-2/+3
2006-06-11Complete the parch from:Anders Broman1-1/+1
2006-06-01From Cvetan Ivanov: Anders Broman1-1/+1
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
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