aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris46-111/+58
2005-04-01Don't assume only one "-z" argument will be given on the command line;Guy Harris1-12/+40
2005-03-29from Lars RuoffRonnie Sahlberg1-106/+52
2005-03-28bugfixes: bring non real-time captures back to former behaviour, other minor ...Ulf Lamping1-1/+5
2005-03-28various (minor) capture code cleanupUlf Lamping4-7/+7
2005-03-28fix Solaris build (I've removed O_BINARY)Ulf Lamping2-7/+7
2005-03-28remove capture_child flag from capture_opts as it's no longer requiredUlf Lamping2-7/+8
2005-03-28major capture engine rework: use two task model for EVERY capture modeUlf Lamping1-4/+4
2005-03-27From Alejandro Vaquero :Anders Broman2-3/+15
2005-03-27add a new checkitem "Colorize Packet List" into the View menuUlf Lamping4-0/+30
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