aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_analysis.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-21From Marc Giertzsch:Jaap Keuter1-5/+15
2010-11-17Quote all fields when exporting to CSV. Fixes bug 2811.Chris Maynard1-26/+26
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss1-2/+1
2010-08-19 Minor cleanup of rtp graph:Bill Meier1-15/+36
2010-08-13Instead of using a Boolean for the search direction, use an enum, soGuy Harris1-7/+2
2010-07-22(Trivial): Whitespace cleanup.Bill Meier1-963/+963
2010-06-25UTF-8-ize a bunch more arrows. If IE6 on XP can render them then theyGerald Combs1-2/+3
2010-05-26From Jakub Zawadzki:Anders Broman1-2/+1
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-3/+1
2009-12-24Add save option to RTP graph window.Jaap Keuter1-2/+28
2009-12-13From Andreas Heise:Anders Broman1-1/+1
2009-12-11Fix for bug 3801:Jaap Keuter1-16/+26
2009-12-11From Andreas Heise:Anders Broman1-0/+2
2009-11-15From Alejandro Vaquero:Anders Broman1-2/+40
2009-11-13Fix for bug 4120:Jaap Keuter1-2/+2
2009-10-12Option_menu -> combo_boxAnders Broman1-79/+74
2009-10-09Remove code guarded by #ifdef USE_CONVERSATION_GRAPHAnders Broman1-148/+16
2009-08-27Add #include <stdio.h> in a few more places for Solaris.Bill Meier1-0/+2
2009-08-21Also fake empty field_info's by gracefully handling NULL field_info pointer e...Kovarththanan Rajaratnam1-0/+2
2009-08-13Introduce epan_dissect_init()/epan_dissect_cleanup(). These are used to initi...Kovarththanan Rajaratnam1-17/+17
2009-08-09Add PNODE_FINFO. We've been using PITEM_FINFO on proto_node's. This works bec...Kovarththanan Rajaratnam1-2/+2
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