aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_stream_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-25We now always build with MAIN_MENU_USE_UIMANAGER, so remove all code usingjmayer1-9/+1
2011-08-31COPY as CSV to clipboard from RTP stream analysis only copies 1st line many t...etxrab1-0/+1
2011-08-19Add one more menu item.etxrab1-0/+7
2011-08-04Replace almost all uses of GtkObject (which no longer existsjmayer1-1/+1
2011-07-14Fix some compiler errors with -DGTK_DISABLE_DEPRECATEDjmayer1-0/+4
2011-07-13Fix more tooltips fixes.etxrab1-10/+9
2011-07-11Remove a lot of instances of GTK_CHECK_VERSION. Clean up whitespace in agerald1-6/+2
2011-06-05Fix memleaks and sigsegv when coping to clipboard RTP Streams.darkjames1-2/+9
2011-06-05wrong sort of column “Packets” in “RTP Streams” window.etxrab1-9/+9
2010-12-22Fix for bug 5513:jake1-6/+6
2010-11-17Quote all fields when exporting to CSV. Fixes bug 2811.cmaynard1-2/+2
2010-11-08Use value_string_ext for RTP payload types.etxrab1-1/+1
2010-04-30Fix a gcc -Wshadow warning.wmeier1-12/+12
2010-04-28Replace GtkCList by GtkTreeView.jake1-312/+515
2010-01-29Fix various gcc -Wshadow warnings.wmeier1-21/+21
2009-11-15From Alejandro Vaquero:etxrab1-2/+3
2009-11-10Removed some unused variables and unused assignments.stig1-1/+0
2009-09-06Rename address_to_str() to ep_address_to_str() because:krj1-12/+12
2009-08-29Fix potential crash due to NULL dereference.wmeier1-10/+10
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.wmeier1-0/+2
2009-07-08From Kovarththanan Rajaratnam:etxrab1-1/+1
2009-06-03Unit is now ms.etxrab1-3/+3
2009-06-02rtp_stream_dlg: rework dtp_stream "save as" slightly:wmeier1-16/+61
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedguy1-3/+3
2009-04-16Fix the last of the Win64 problems in the gtk directory.gerald1-1/+1
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...wmeier1-5/+5
2009-02-26gtk_label_set -> gtk_label_set_textetxrab1-1/+1
2009-02-22Remove unused(?) code.etxrab1-1/+2
2009-02-22Use gtk_file_chooser_dialog_new().etxrab1-19/+13
2008-12-20Fix some typos and spellingwmeier1-1/+1
2008-07-08Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-1/+1
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...wmeier1-1/+1
2008-04-13sort #includes by directoriesulfl1-19/+16
2008-04-12where it's not necessary, remove #include "compat_macros.h"ulfl1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectulfl1-15/+15
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...ulfl1-4/+4
2008-04-07remove GTK1 codeulfl1-8/+0
2008-03-01Include epan/strutil.h for gtk-1.2 builds.tuexen1-0/+1
2008-02-29Next attempt to cleanup some string functions, including:stig1-4/+4
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).stig1-5/+5
2007-05-31From Lars Ruoff:sfisher1-6/+6
2007-04-22move some headers so that the compile works on gtk1sahlberg1-2/+2
2007-04-10Add the name of the dynamic payload type to the stream dialouge if avalable.etxrab1-2/+11
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIguy1-3/+3
2006-05-21name changesahlberg1-2/+2
2006-04-30Move the file selection dialog routines to file_dlg.c, and give it aguy1-0/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-08-21As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soguy1-1/+1
2005-08-21Have "register_dfilter_stat()" add "..." to the menu item, as all menuguy1-1/+1
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayguy1-1/+2