aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_stream_dlg.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug 5513:Jaap Keuter2010-12-221-6/+6
* Quote all fields when exporting to CSV. Fixes bug 2811.Chris Maynard2010-11-171-2/+2
* Use value_string_ext for RTP payload types.Anders Broman2010-11-081-1/+1
* Fix a gcc -Wshadow warning.Bill Meier2010-04-301-12/+12
* Replace GtkCList by GtkTreeView.Jaap Keuter2010-04-281-312/+515
* Fix various gcc -Wshadow warnings.Bill Meier2010-01-291-21/+21
* From Alejandro Vaquero:Anders Broman2009-11-151-2/+3
* Removed some unused variables and unused assignments.Stig Bjørlykke2009-11-101-1/+0
* Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam2009-09-061-12/+12
* Fix potential crash due to NULL dereference.Bill Meier2009-08-291-10/+10
* (FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier2009-08-261-0/+2
* From Kovarththanan Rajaratnam:Anders Broman2009-07-081-1/+1
* Unit is now ms.Anders Broman2009-06-031-3/+3
* rtp_stream_dlg: rework dtp_stream "save as" slightly:Bill Meier2009-06-021-16/+61
* Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris2009-04-211-3/+3
* Fix the last of the Win64 problems in the gtk directory.Gerald Combs2009-04-161-1/+1
* As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier2009-03-191-5/+5
* gtk_label_set -> gtk_label_set_textAnders Broman2009-02-261-1/+1
* Remove unused(?) code.Anders Broman2009-02-221-1/+2
* Use gtk_file_chooser_dialog_new().Anders Broman2009-02-221-19/+13
* Fix some typos and spellingBill Meier2008-12-201-1/+1
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-07-081-1/+1
* Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier2008-06-291-1/+1
* sort #includes by directoriesUlf Lamping2008-04-131-19/+16
* where it's not necessary, remove #include "compat_macros.h"Ulf Lamping2008-04-121-1/+0
* last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping2008-04-111-15/+15
* replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping2008-04-111-4/+4
* remove GTK1 codeUlf Lamping2008-04-071-8/+0
* Include epan/strutil.h for gtk-1.2 builds.Michael Tüxen2008-03-011-0/+1
* Next attempt to cleanup some string functions, including:Stig Bjørlykke2008-02-291-4/+4
* Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-011-5/+5
* From Lars Ruoff:Stephen Fisher2007-05-311-6/+6
* move some headers so that the compile works on gtk1Ronnie Sahlberg2007-04-221-2/+2
* Add the name of the dynamic payload type to the stream dialouge if avalable.Anders Broman2007-04-101-2/+11
* Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris2006-05-221-3/+3
* name changeRonnie Sahlberg2006-05-211-2/+2
* Move the file selection dialog routines to file_dlg.c, and give it aGuy Harris2006-04-301-0/+1
* Move a pile of protocol-related headers from the top-level sourceGuy Harris2005-09-171-1/+1
* As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soGuy Harris2005-08-211-1/+1
* Have "register_dfilter_stat()" add "..." to the menu item, as all menuGuy Harris2005-08-211-1/+1
* Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris2005-08-211-1/+2
* - Declare some functions staticJörg Mayer2005-08-201-2/+2
* renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping2005-08-201-1/+1
* Move the APIs for registering and processing "-z" command-line argumentsGuy Harris2005-08-191-2/+2
* add 12 new toolbar/menu iconsUlf Lamping2005-04-161-1/+1
* From Lars Ruoff:Guy Harris2005-03-211-129/+190
* Frrom Francisco AlcobaLuis Ontanon2005-03-021-10/+11
* From Martin MathielsonLuis Ontanon2005-02-271-0/+5
* Mallocate the strings to be put into the columns, rather than filling inGuy Harris2005-02-241-27/+16
* buttons should use "Header capitalization" see GNOME HIG http://developer.gno...Ulf Lamping2005-02-221-2/+2