aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/voip_calls_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-16Fix the last of the Win64 problems in the gtk directory.Gerald Combs1-2/+2
2009-03-11From Carlos Mendioroz:Anders Broman1-0/+3
2009-02-26gtk_label_set -> gtk_label_set_textAnders Broman1-6/+6
2009-01-30From Carlos Mendioroz:Jaap Keuter1-0/+3
2008-11-25MGCP is no longer a plugin.Jaap Keuter1-7/+2
2008-10-13Bring the windows to front when rescanning of packets are done.Stig Bjørlykke1-1/+1
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-1/+1
2008-05-06Fix some of the Errors/warnings detected by checkapi.Anders Broman1-8/+8
2008-05-01Force foreground when background is forced in RTP analysis and VOIP calls.Stig Bjørlykke1-2/+5
2008-04-13sort #includes by directoriesUlf Lamping1-20/+20
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-10/+10
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-1/+1
2008-04-05Remove more GTK1 code and related xpm files.Stephen Fisher1-18/+0
2008-01-09To ease troubleshooting of bug #2017 and for code clarity in the future, useStephen Fisher1-6/+6
2007-10-24Add missing case.Martin Mathieson1-2/+3
2007-10-24add common VoIP TAP listener "voip" which can be used in arbitrary experiment...Tomas Kukosa1-3/+14
2007-10-08VoIP Calls changes: Add the file name to the title window in VoIP calls, Voip...Alejandro Vaquero1-27/+109
2007-09-10From Chad Singer:Jaap Keuter1-0/+8
2007-03-25rename h248_* to gcp_* according to changes in epan.Luis Ontanon1-1/+1
2007-03-24Remove all warnings under Unix for the gtk/ directory.Stephen Fisher1-0/+2
2007-03-21Add the sccp tap to the "VoIP Calls" Tap (which by now should be renamed to j...Luis Ontanon1-0/+3
2007-03-18check the pointer before derreferencing itLuis Ontanon1-1/+1
2007-03-18add h248 to VoIP CallsLuis Ontanon1-3/+9
2006-11-14nikai@nikai.net:Jörg Mayer1-2/+0
2006-10-20Don't display the Play button if we're not built with the RTP player.Guy Harris1-8/+23
2006-10-20Add #defines for the column numbers, and use them.Guy Harris1-48/+57
2006-09-05Move the include of rtp_player.h after the include of stuff it needs,Guy Harris1-6/+7
2006-08-30From Alejandro Vaquero:Anders Broman1-4/+35
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-19Make the GUIDs in various data structures e_guid_t's rather than arraysGuy Harris1-7/+6
2006-03-09From Laurant Rabret:Jaap Keuter1-1/+1
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon1-3/+3
2006-01-15Hi All,Jaap Keuter1-1/+5
2005-11-22Trivial warning fixesJörg Mayer1-1/+1
2005-09-14Have cf_retap_packets() take an argument that indicates whether toGuy Harris1-1/+1
2005-08-21As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soGuy Harris1-1/+1
2005-08-21Have "register_dfilter_stat()" add "..." to the menu item, as all menuGuy Harris1-1/+1
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris1-1/+2
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris1-1/+1
2005-08-20- Declare some functions staticJörg Mayer1-2/+2
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-19Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris1-1/+1
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsGuy Harris1-3/+4
2005-08-06Last set of char -> const char trivial warning fixes.Jörg Mayer1-2/+2
2005-08-06Squelch more const warnings (and fix some memory leaks that found).Guy Harris1-1/+1
2005-07-07Squelch a compiler pointer vs. integer warning - NULL is for pointers,Guy Harris1-1/+1
2005-07-05From Alejandro VaqueroAnders Broman1-28/+67
2005-06-28"Handle" a couple of cases in the switch statement by adding them to theGuy Harris1-0/+2