aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_analysis.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-18Don't skipp the first entry.Anders Broman1-18/+20
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-3/+3
2009-04-10Remove unnecessary use of (deprecated) gtk_button_box_set_child_ipadding();Bill Meier1-1/+0
2009-03-19As suggested by Jakub Zawadzki: actually use sizeof(...) rather than a numeri...Bill Meier1-46/+50
2009-03-12From Jakub Zawadzki:Stig Bjørlykke1-1/+1
2009-03-06Get rid of a Clist and move the functon to display floats with two decimals t...Anders Broman1-33/+3
2009-03-02Code cleanup.Anders Broman1-11/+11
2009-02-26gtk_list_store_insert_with_values() requires GTK+ 2.6 or later.Anders Broman1-22/+8
2009-02-26Another small performance boost.Anders Broman1-25/+17
2009-02-26Fix (private) bug #3278: When first opening the RTP stream analysis window,Stephen Fisher1-24/+22
2009-02-22Use gtk_file_chooser_dialog_new().Anders Broman1-35/+43
2009-02-20Mark two unused variablesStephen Fisher1-2/+2
2009-02-20Replace the clists with gtk_list_storeAnders Broman1-318/+490
2008-12-20From babi: Fix three overflows (bugs 3150 and 3151).Gerald Combs1-10/+11
2008-11-10explicit cast to avoid warning which stops Windows buildTomas Kukosa1-6/+6
2008-11-08Use the standard I/O routines to write out audio files, rather thanGuy Harris1-78/+80
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-2/+2
2008-08-08Fix for bug 2780:Jaap Keuter1-6/+6
2008-08-05Don't put (non-extern'd) prototypes for protect_thread_critical_region() andJeff Morriss1-8/+0
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-23/+23
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-54/+54
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-41/+30
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-33/+33
2008-04-11replace WIDGET_SET_SIZE with gtk_widget_set_size_requestUlf Lamping1-1/+1
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-3/+3
2008-04-11OBECT_..._DATA --> g_object_..._dataBill Meier1-36/+36
2008-04-09Remove:Anders Broman1-4/+0
2008-04-07remove GTK1 codeUlf Lamping1-116/+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-14/+10
2008-02-03From Balint Reczey (bug 2233):Sake Blok1-284/+0
2008-02-01Rewrote some prohibited APIs in gtk/ (sprintf, strcpy, strcat).Stig Bjørlykke1-10/+14
2007-12-28save RTP in 16-bit linear PCM instead of 8-bit G.711 u-LawTomas Kukosa1-47/+35
2007-11-28some more path fixes for g_ascii_strcasecmp.hRonnie Sahlberg1-1/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-1/+5
2007-11-27Fix for bug 2000. Make sure that both datalink layer and application layer ag...Jaap Keuter1-2/+3
2007-09-04From Stas Maximov:Anders Broman1-1/+2
2007-05-31From Lars Ruoff:Stephen Fisher1-6/+6
2007-05-29From David Howells :Sebastien Tandel1-3/+3
2007-05-17When saving an RTP stream, don't insert silence if our packet has aGerald Combs1-142/+143
2007-05-02some more : try to make read/write not break the build if the return value is...Ronnie Sahlberg1-10/+10
2007-05-02do something with the return value from eth_write (which is a define for fwri...Ronnie Sahlberg1-14/+15
2007-05-02fix some more warnings that the result from fread/fwrite is discarded by assi...Ronnie Sahlberg1-2/+3
2007-04-22move include of a few headers down a few lines so the compile works on Ronnie Sahlberg1-4/+5
2007-03-24Remove all warnings under Unix for the gtk/ directory.Stephen Fisher1-1/+1
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson1-1/+1
2006-11-14nikai@nikai.net:Jörg Mayer1-1/+0