aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asguy46-111/+58
2005-04-01Don't assume only one "-z" argument will be given on the command line;guy1-12/+40
2005-03-29from Lars Ruoffsahlberg1-106/+52
2005-03-28bugfixes: bring non real-time captures back to former behaviour, other minor ...ulfl1-1/+5
2005-03-28various (minor) capture code cleanupulfl4-7/+7
2005-03-28fix Solaris build (I've removed O_BINARY)ulfl2-7/+7
2005-03-28remove capture_child flag from capture_opts as it's no longer requiredulfl2-7/+8
2005-03-28major capture engine rework: use two task model for EVERY capture modeulfl1-4/+4
2005-03-27From Alejandro Vaquero :etxrab2-3/+15
2005-03-27add a new checkitem "Colorize Packet List" into the View menuulfl4-0/+30
2005-03-26code cleanup: use common prefix for all functions in color_filters.hulfl3-12/+12
2005-03-26Create the directory for the preferences files before writing out theguy3-18/+29
2005-03-25code cleanup: the term filter_list was used with different meanings throughou...ulfl4-34/+34
2005-03-24make it possible to use multiple capture files with "duration based switching...ulfl1-20/+27
2005-03-24GtkStyles are reference-counted, and a style returned byguy2-0/+3
2005-03-23Plug a small leak found by the "leaks" tool on OS X.guy1-0/+1
2005-03-22ERROR seems to be a reserved word change it to SCTP_ERROR to be able to build.etxrab1-2/+2
2005-03-22From Irene Ruengeler: Bugfixes and support of chunk statistics per end point.tuexen8-1246/+1893
2005-03-21From Lars Ruoff:guy2-129/+200
2005-03-21Rename all stats_tree extern functions to start with stats_tree_lego1-7/+7
2005-03-20Put the source file names in alphabetical order.guy1-1/+1
2005-03-20Fix the expansion of the top-level nodes in GTK+ 1.2[.x].guy1-2/+5
2005-03-20fix some typos, capitalization and don't put two SCTP entries in the Statisti...ulfl1-7/+7
2005-03-20Expand the root nodes by defaultlego1-0/+10
2005-03-20The GTK+ 2.x version doesn't automatically expand the root node; don'tguy1-5/+0
2005-03-20Make columns in the GTK+ 1.2[.x] version auto-resizing.guy1-8/+9
2005-03-20Make the top-level node start out expanded in GTK+ 1.2[.x].guy1-1/+5
2005-03-20The commented-out entry for sctp_chunk_stat_dlg.c brokeguy1-1/+0
2005-03-20From Oleg Terletsky: Support for SCTP chunk counters. Modified to handle bun...tuexen3-0/+450
2005-03-20Do a GTK+ 1.2[.x] version.guy1-57/+61
2005-03-20st->name was moved to st->cfg->namelego1-1/+1
2005-03-20There was a design flaw that caused a crash on windows andlego1-40/+37
2005-03-19Move request packets above (before) response ones, this seems to be more natu...ulfl1-3/+3
2005-03-19Use capitalized words for column headersulfl1-5/+5
2005-03-19Add a "Close" button, as not everyone uses a window manager providing the 'X'...ulfl1-5/+17
2005-03-19make a duplicate of the window title to prevent problems if API user g_free's...ulfl1-1/+2
2005-03-12From Graeme Hewson:lego1-1/+5
2005-03-11from Stefano Pettini: add CSV export function, similar to PSML exportulfl3-2/+72
2005-03-11Flag an unused argument as unused, to squelch compiler warnings, andguy1-1/+1
2005-03-10Warning fix: voip_calls_dlg.c:733: implicit declaration of function rtp_event...jmayer1-0/+1
2005-03-10From Alejandro Vaquero:lego3-10/+94
2005-03-10Warning fix: function declaration isn’t a prototypejmayer1-1/+1
2005-03-10Warning fix: ISO C forbids zero-size array ‘tsnsjmayer2-2/+2
2005-03-10Trivial warning fixesjmayer2-2/+2
2005-03-09removed some MSVC compiler warnings, mostly I've casted "downsized function p...ulfl1-1/+1
2005-03-09From Francisco Alcoba: don't generate long filter expressions, fall backguy1-2/+65
2005-03-07add a default size to stats_tree windows. so we do not have to resize them ev...lroland1-0/+1
2005-03-07From Alejandro Vaqero:lego3-3/+15
2005-03-07From Francisco Alcoba:lego1-1/+12
2005-03-07- pcap.h needs to be included before capture.hjmayer3-6/+7