aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2005-03-26code cleanup: use common prefix for all functions in color_filters.hUlf Lamping3-12/+12
2005-03-26Create the directory for the preferences files before writing out theGuy Harris3-18/+29
2005-03-25code cleanup: the term filter_list was used with different meanings throughou...Ulf Lamping4-34/+34
2005-03-24make it possible to use multiple capture files with "duration based switching...Ulf Lamping1-20/+27
2005-03-24GtkStyles are reference-counted, and a style returned byGuy Harris2-0/+3
2005-03-23Plug a small leak found by the "leaks" tool on OS X.Guy Harris1-0/+1
2005-03-22ERROR seems to be a reserved word change it to SCTP_ERROR to be able to build.Anders Broman1-2/+2
2005-03-22From Irene Ruengeler: Bugfixes and support of chunk statistics per end point.Michael Tüxen8-1246/+1893
2005-03-21From Lars Ruoff:Guy Harris2-129/+200
2005-03-21Rename all stats_tree extern functions to start with stats_tree_Luis Ontanon1-7/+7
2005-03-20Put the source file names in alphabetical order.Guy Harris1-1/+1
2005-03-20Fix the expansion of the top-level nodes in GTK+ 1.2[.x].Guy Harris1-2/+5
2005-03-20fix some typos, capitalization and don't put two SCTP entries in the Statisti...Ulf Lamping1-7/+7
2005-03-20Expand the root nodes by defaultLuis Ontanon1-0/+10
2005-03-20The GTK+ 2.x version doesn't automatically expand the root node; don'tGuy Harris1-5/+0
2005-03-20Make columns in the GTK+ 1.2[.x] version auto-resizing.Guy Harris1-8/+9
2005-03-20Make the top-level node start out expanded in GTK+ 1.2[.x].Guy Harris1-1/+5
2005-03-20The commented-out entry for sctp_chunk_stat_dlg.c brokeGuy Harris1-1/+0
2005-03-20From Oleg Terletsky: Support for SCTP chunk counters. Modified to handle bun...Michael Tüxen3-0/+450
2005-03-20Do a GTK+ 1.2[.x] version.Guy Harris1-57/+61
2005-03-20st->name was moved to st->cfg->nameLuis Ontanon1-1/+1
2005-03-20There was a design flaw that caused a crash on windows andLuis Ontanon1-40/+37
2005-03-19Move request packets above (before) response ones, this seems to be more natu...Ulf Lamping1-3/+3
2005-03-19Use capitalized words for column headersUlf Lamping1-5/+5
2005-03-19Add a "Close" button, as not everyone uses a window manager providing the 'X'...Ulf Lamping1-5/+17
2005-03-19make a duplicate of the window title to prevent problems if API user g_free's...Ulf Lamping1-1/+2
2005-03-12From Graeme Hewson:Luis Ontanon1-1/+5
2005-03-11from Stefano Pettini: add CSV export function, similar to PSML exportUlf Lamping3-2/+72
2005-03-11Flag an unused argument as unused, to squelch compiler warnings, andGuy Harris1-1/+1
2005-03-10Warning fix: voip_calls_dlg.c:733: implicit declaration of function rtp_event...Jörg Mayer1-0/+1
2005-03-10From Alejandro Vaquero:Luis Ontanon3-10/+94
2005-03-10Warning fix: function declaration isn’t a prototypeJörg Mayer1-1/+1
2005-03-10Warning fix: ISO C forbids zero-size array ‘tsnsJörg Mayer2-2/+2
2005-03-10Trivial warning fixesJörg Mayer2-2/+2
2005-03-09removed some MSVC compiler warnings, mostly I've casted "downsized function p...Ulf Lamping1-1/+1
2005-03-09From Francisco Alcoba: don't generate long filter expressions, fall backGuy Harris1-2/+65
2005-03-07add a default size to stats_tree windows. so we do not have to resize them ev...Lars Roland1-0/+1
2005-03-07From Alejandro Vaqero:Luis Ontanon3-3/+15
2005-03-07From Francisco Alcoba:Luis Ontanon1-1/+12
2005-03-07- pcap.h needs to be included before capture.hJörg Mayer3-6/+7
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asGuy Harris1-1/+1
2005-03-06Undo the last "fix" (13626): Unconditionally including <pcap.h> isJörg Mayer1-2/+0
2005-03-06Warning fix:Jörg Mayer1-1/+0
2005-03-06Warning fix:Jörg Mayer1-0/+2
2005-03-05Get rid of a redundant test.Guy Harris1-3/+0
2005-03-05From Laurent Rabret: handle the case where there's no file name (i.e.,Guy Harris1-13/+40
2005-03-05When analyzing RTP streams, use the source address as well as the SSRCGerald Combs1-2/+4
2005-03-04from didier: bug fix for the menu,Ronnie Sahlberg1-0/+1
2005-03-02From Alejandro Vaquero:Luis Ontanon1-0/+6
2005-03-02This is the rest of the patch from Francisco Alcoba.Luis Ontanon3-39/+28