aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_analysis.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-17from Stephen Fisher:Ulf Lamping1-2/+2
2006-07-27Alex Shnitman <AlexS@mangodsp.com>Jörg Mayer1-1/+1
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-4/+4
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
2006-03-09coverity #62Ronnie Sahlberg1-0/+2
2006-03-07Solving various uninitialized variable warnings.Jaap Keuter1-8/+14
2006-02-13add missing #include "tempfile.h"Ulf Lamping1-0/+1
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon1-2/+2
2005-11-12Allow a progress dialog to have "Stop" or "Cancel" as the "terminateGuy Harris1-1/+2
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-78/+71
2005-11-05Packet-amr Register as "AMR" not "amr".Anders Broman1-1/+62
2005-10-29From Jaap KeuterAnders Broman1-18/+44
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-09-14Have cf_retap_packets() take an argument that indicates whether toGuy Harris1-3/+3
2005-09-01From Tomer Shani:Anders Broman1-185/+335
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-4/+4
2005-08-21As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], soGuy Harris1-1/+1
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris1-1/+2
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris1-1/+1
2005-08-20- Declare some functions staticJörg Mayer1-2/+2