aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/voip_calls.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-08Use value_string_ext for RTP payload types.etxrab1-1/+1
2010-11-05Use value_string_ext fcns to access certain value_string arrays;wmeier1-21/+14
2010-09-01Expand and update comments.guy1-6/+24
2010-09-01From Jaap Keuter:etxrab1-6/+12
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...morriss1-16/+15
2010-07-14Get our dynamic payload name from the correct location.gerald1-3/+8
2010-03-03Cast the result of the subtraction.guy1-2/+2
2010-03-03Squelch MSVC compiler warnings - this should really be done better, e.g.guy1-2/+2
2010-03-03Allow for other time presentations.jake1-79/+78
2010-01-29Fix various gcc -Wshadow warnings.wmeier1-6/+6
2009-10-10The q931_info argument to q931_calls_packet() is used. Don't mark it asguy1-1/+1
2009-06-05Have tap listeners specify whether the "packet" routine requiresguy1-21/+43
2009-04-08(Trivial) Fix some spelling & etc in commentswmeier1-1/+1
2009-03-13From Jakub Zawadzki (bug 3331):stig1-10/+7
2009-03-12From Jakub Zawadzki:stig1-16/+16
2009-03-11Get the build going again on non-Windows compilers.jake1-2/+2
2009-03-11From Carlos Mendioroz:etxrab1-0/+181
2009-02-07#include <epan/conversation.h> not req'd ...wmeier1-1/+0
2009-01-30From Carlos Mendioroz:jake1-1/+164
2008-12-19Cleanup sourcecode.jake1-82/+75
2008-11-25- export tvb_memeql()kukosa1-0/+4
2008-11-25Fix for bug 3079:jake1-69/+41
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-20/+20
2008-08-05Don't put (non-extern'd) prototypes for protect_thread_critical_region() andmorriss1-249/+245
2008-05-09Fix some of the Errors/warnings detected by checkapi.etxrab1-1/+1
2008-05-06Fix some of the Errors/warnings detected by checkapi.etxrab1-1/+1
2008-04-13sort #includes by directoriesulfl1-11/+12
2008-04-09Remove:etxrab1-4/+0
2008-04-07- Remove GLIB1 codesfisher1-1/+0
2008-04-05Remove more GTK1 code and related xpm files.sfisher1-6/+0
2008-01-13Fix for bug #2017: VoIP trace crashes Wireshark when specific RTP Playersfisher1-1/+14
2008-01-09To ease troubleshooting of bug #2017 and for code clarity in the future, usesfisher1-469/+469
2007-11-28some more path fixes for g_ascii_strcasecmp.hsahlberg1-1/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-1/+5
2007-11-02display SRTP isntead of RTP if stream is established like a SRTPkukosa1-3/+8
2007-10-25do not update call_state if new call_state == VOIP_NO_STATEkukosa1-1/+2
2007-10-24fix voip_calls.c:126: warning: missing initializerkukosa1-1/+1
2007-10-24add common VoIP TAP listener "voip" which can be used in arbitrary experiment...kukosa1-12/+127
2007-10-18H.460 new dissector implemented (H.460.2-H.460.22)kukosa1-1/+1
2007-10-15Change mgcp include.etxrab1-1/+1
2007-09-24Get rid of the last warning.jake1-1/+1
2007-09-24From Chad Singer:jake1-0/+86
2007-09-10From Chad Singer:jake1-2/+428
2007-05-31From Lars Ruoff:sfisher1-2/+2
2007-05-29fix warnings for gcc 4.2standel1-1/+1
2007-05-04generate T.38 dissector from ASN.1 sourcekukosa1-6/+7
2007-04-26memmove() is needed only if the source and destination might overlap.guy1-1/+1
2007-03-28do not avoid redrawing the taplego1-3/+1
2007-03-27Another iteration over sctp calls (RANAP/BSSAP) a step towards TCAP/(MAP/IMAP...lego1-5/+5
2007-03-26add Megaco to the "VoIP Calls" taplego1-1/+24