aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_stream_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-05Fix memleaks and sigsegv when coping to clipboard RTP Streams.Jakub Zawadzki1-2/+9
2011-06-05wrong sort of column “Packets” in “RTP Streams” window.Anders Broman1-9/+9
2010-12-22Fix for bug 5513:Jaap Keuter1-6/+6
2010-11-17Quote all fields when exporting to CSV. Fixes bug 2811.Chris Maynard1-2/+2
2010-11-08Use value_string_ext for RTP payload types.Anders Broman1-1/+1
2010-04-30Fix a gcc -Wshadow warning.Bill Meier1-12/+12
2010-04-28Replace GtkCList by GtkTreeView.Jaap Keuter1-312/+515
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-21/+21
2009-11-15From Alejandro Vaquero:Anders Broman1-2/+3
2009-11-10Removed some unused variables and unused assignments.Stig Bjørlykke1-1/+0
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-12/+12
2009-08-29Fix potential crash due to NULL dereference.Bill Meier1-10/+10
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-0/+2
2009-07-08From Kovarththanan Rajaratnam:Anders Broman1-1/+1
2009-06-03Unit is now ms.Anders Broman1-3/+3
2009-06-02rtp_stream_dlg: rework dtp_stream "save as" slightly:Bill Meier1-16/+61
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-3/+3
2009-04-16Fix the last of the Win64 problems in the gtk directory.Gerald Combs1-1/+1
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier1-5/+5
2009-02-26gtk_label_set -> gtk_label_set_textAnders Broman1-1/+1
2009-02-22Remove unused(?) code.Anders Broman1-1/+2
2009-02-22Use gtk_file_chooser_dialog_new().Anders Broman1-19/+13
2008-12-20Fix some typos and spellingBill Meier1-1/+1
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-1/+1
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-1/+1
2008-04-13sort #includes by directoriesUlf Lamping1-19/+16
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-15/+15
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-4/+4
2008-04-07remove GTK1 codeUlf Lamping1-8/+0
2008-03-01Include epan/strutil.h for gtk-1.2 builds.Michael Tüxen1-0/+1
2008-02-29Next attempt to cleanup some string functions, including:Stig Bjørlykke1-4/+4
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke1-5/+5
2007-05-31From Lars Ruoff:Stephen Fisher1-6/+6
2007-04-22move some headers so that the compile works on gtk1Ronnie Sahlberg1-2/+2
2007-04-10Add the name of the dynamic payload type to the stream dialouge if avalable.Anders Broman1-2/+11
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-3/+3
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-30Move the file selection dialog routines to file_dlg.c, and give it aGuy Harris1-0/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy 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-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 APIs for registering and processing "-z" command-line argumentsGuy Harris1-2/+2
2005-04-16add 12 new toolbar/menu iconsUlf Lamping1-1/+1
2005-03-21From Lars Ruoff:Guy Harris1-129/+190
2005-03-02Frrom Francisco AlcobaLuis Ontanon1-10/+11
2005-02-27From Martin MathielsonLuis Ontanon1-0/+5