aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_analysis.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-08From Kovarththanan Rajaratnam:Anders Broman1-1/+1
2009-07-01Updates to create_tempfile:Gerald Combs1-8/+9
2009-06-06Add time stamp to the list.Anders Broman1-26/+78
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-5/+5
2009-06-02Calculate skew and clock drift, make it possible to copy the label.Anders Broman1-18/+81
2009-06-01Fix a printf to make the label correct.Stig Bjørlykke1-1/+1
2009-06-01Show max and mean Jitter.Anders Broman1-15/+19
2009-06-01Fix a few more memory leaks & do a few other minor changesBill Meier1-33/+46
2009-05-31Copy the changes from:Anders Broman1-95/+161
2009-05-31Calculate jitter and delta in ms.Anders Broman1-8/+8
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