aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/voip_calls.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-4083/+0
2011-09-13Use Frame_data also in graph_analysis_item_t, this should ultimatelyAnders Broman1-16/+14
2011-09-13Store a pointer to frame_data which holds the timing and frame number info ra...Anders Broman1-98/+61
2011-09-12Store a pointer to frame_data which holds the timing and frame number info ra...Anders Broman1-11/+8
2011-05-17Make some routines static that aren't used outside the source file inGuy Harris1-1/+1
2011-04-25Take out extra pair of parenthesis Stephen Fisher1-1/+1
2011-01-31Fix two cases of 'if (x = y)' which should be 'if (x == y)'.Bill Meier1-1/+1
2010-11-08Use value_string_ext for RTP payload types.Anders Broman1-1/+1
2010-11-05Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-21/+14
2010-09-01Expand and update comments.Guy Harris1-6/+24
2010-09-01From Jaap Keuter:Anders Broman1-6/+12
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss1-16/+15
2010-07-14Get our dynamic payload name from the correct location.Gerald Combs1-3/+8
2010-03-03Cast the result of the subtraction.Guy Harris1-2/+2
2010-03-03Squelch MSVC compiler warnings - this should really be done better, e.g.Guy Harris1-2/+2
2010-03-03Allow for other time presentations.Jaap Keuter1-79/+78
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-6/+6
2009-10-10The q931_info argument to q931_calls_packet() is used. Don't mark it asGuy Harris1-1/+1
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-21/+43
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