aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/voip_calls_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-09Fix menu entry.Stig Bjørlykke1-1/+1
2010-09-22Fix for bug 5172:Jaap Keuter1-1/+1
2010-09-011.4 version does not display the t.38 graph.Anders Broman1-0/+2
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss1-2/+1
2010-07-22Rework code so start-time, end-time, & packets columns sort properly and are ...Bill Meier1-83/+61
2010-04-06clear the store list before inserting all rawsTomas Kukosa1-0/+1
2010-03-21Fix some gcc -Wshadow warnings.Bill Meier1-37/+37
2010-03-19Squelch a compiler warning.Guy Harris1-1/+2
2010-03-19Replace GtkCList by GtkTreeView.Jaap Keuter1-726/+450
2010-03-03Remove one too many columns, causing havoc on display and sorting.Jaap Keuter1-1/+0
2010-03-03Allow for other time presentations.Jaap Keuter1-4/+4
2010-02-19Get rid of C++-style comments (even inside "#if 0"/"#endif", the APIGuy Harris1-55/+57
2010-02-19Commit #if 0'd out code:Anders Broman1-10/+203
2010-02-01Fix some gcc -Wshadow warnings.Bill Meier1-26/+26
2010-01-19Use more unique names for certain enum constants.Bill Meier1-2/+2
2009-12-29Squelch warning from MSVC++ when building 64-bit code.Guy Harris1-1/+1
2009-12-29Use gtk_editable_insert_text() instead of deprecated gtk_entry_append_text().Bill Meier1-6/+10
2009-11-16GTK_STOCK_SELECT_ALL is gtk 2.10.Anders Broman1-2/+5
2009-11-15From Alejandro Vaquero:Anders Broman1-6/+12
2009-08-27Add #include <stdio.h> in a few more places ....Bill Meier1-0/+2
2009-07-08From Kovarththanan Rajaratnam:Anders Broman1-1/+1
2009-06-22Change window_new() to dlg_window_new() and destroy the window with the top l...Anders Broman1-1/+2
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-1/+1
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