aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/voip_calls.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-08(Trivial) Fix some spelling & etc in commentsBill Meier1-1/+1
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-10/+7
2009-03-12From Jakub Zawadzki:Stig Bjørlykke1-16/+16
2009-03-11Get the build going again on non-Windows compilers.Jaap Keuter1-2/+2
2009-03-11From Carlos Mendioroz:Anders Broman1-0/+181
2009-02-07#include <epan/conversation.h> not req'd ...Bill Meier1-1/+0
2009-01-30From Carlos Mendioroz:Jaap Keuter1-1/+164
2008-12-19Cleanup sourcecode.Jaap Keuter1-82/+75
2008-11-25- export tvb_memeql()Tomas Kukosa1-0/+4
2008-11-25Fix for bug 3079:Jaap Keuter1-69/+41
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-20/+20
2008-08-05Don't put (non-extern'd) prototypes for protect_thread_critical_region() andJeff Morriss1-249/+245
2008-05-09Fix some of the Errors/warnings detected by checkapi.Anders Broman1-1/+1
2008-05-06Fix some of the Errors/warnings detected by checkapi.Anders Broman1-1/+1
2008-04-13sort #includes by directoriesUlf Lamping1-11/+12
2008-04-09Remove:Anders Broman1-4/+0
2008-04-07- Remove GLIB1 codeStephen Fisher1-1/+0
2008-04-05Remove more GTK1 code and related xpm files.Stephen Fisher1-6/+0
2008-01-13Fix for bug #2017: VoIP trace crashes Wireshark when specific RTP PlayerStephen Fisher1-1/+14
2008-01-09To ease troubleshooting of bug #2017 and for code clarity in the future, useStephen Fisher1-469/+469
2007-11-28some more path fixes for g_ascii_strcasecmp.hRonnie Sahlberg1-1/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-1/+5
2007-11-02display SRTP isntead of RTP if stream is established like a SRTPTomas Kukosa1-3/+8
2007-10-25do not update call_state if new call_state == VOIP_NO_STATETomas Kukosa1-1/+2
2007-10-24fix voip_calls.c:126: warning: missing initializerTomas Kukosa1-1/+1
2007-10-24add common VoIP TAP listener "voip" which can be used in arbitrary experiment...Tomas Kukosa1-12/+127
2007-10-18H.460 new dissector implemented (H.460.2-H.460.22)Tomas Kukosa1-1/+1
2007-10-15Change mgcp include.Anders Broman1-1/+1
2007-09-24Get rid of the last warning.Jaap Keuter1-1/+1
2007-09-24From Chad Singer:Jaap Keuter1-0/+86
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