aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2006-03-08Fix left open file (coverity CID 108) and g_string leak. Clean up double widt...jake1-13/+14
2006-03-07Fix what Coverity CID 61 was actually complaining about: Don't pass a NULLgerald1-5/+8
2006-03-07Fix Coverity run 12 CID 61: In main_cf_cb_live_capture_update_started(),gerald1-0/+1
2006-03-07Solving various uninitialized variable warnings.jake1-8/+14
2006-03-07Use g_assert to save us from dereferencing a NULL pointer. g_warning is not s...lroland1-4/+4
2006-03-05wrong name.lego1-1/+1
2006-03-05+ retap_packets()lego1-5/+52
2006-03-04From Florent Drouin:etxrab1-1/+1
2006-03-02From Greg Morris:etxrab5-7/+104
2006-03-02In order to reduce the height of the Preference dialog moving several items f...jake2-137/+266
2006-03-01The sequence and ack numbers in a TCP are guint32's, which means theyguy1-35/+35
2006-02-27From: Florent Drouin:etxrab1-7/+13
2006-02-25From Martin Mathiesonetxrab1-0/+1
2006-02-24add the dumpcap manpage to the menuulfl3-0/+5
2006-02-24Fix bug 769. Print seq# and ack# as _unsigned_ int in the comment.jake1-1/+1
2006-02-23when including menu.h we also need to include stdio.h to get FILEsahlberg1-0/+1
2006-02-23Fix bug 741. Menu/Toolbar follow auto scroll checkbox in capture options.jake1-0/+2
2006-02-23From Alejandro Vaquero:etxrab2-24/+26
2006-02-22From Irene Ruengler:tuexen1-19/+29
2006-02-22Remove svn:executable property from source filesjake2-0/+0
2006-02-21I commented out this a while ago as they caused a crash in GTK2.8/cairo on my...lego1-12/+0
2006-02-19For the "there's already a file with that name" dialog, use a wordingguy1-2/+3
2006-02-18squelch some compiler warningsulfl1-3/+3
2006-02-17More duplicate code removal.gerald1-9/+2
2006-02-17Include some header files so that we can get rid of duplicate code andgerald1-23/+12
2006-02-17Paolo Abeni:jmayer2-7/+17
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...ulfl9-20/+6
2006-02-16Freeze and thaw the packet list after a merge so that the packet list showsgerald1-0/+2
2006-02-16Move common control initialization to gtk/main.c where it belongs.gerald2-104/+94
2006-02-15Update a comment.guy1-3/+9
2006-02-15Have those functions that end up just calling a win32_ routine if we'reguy1-34/+29
2006-02-14Paolo Abeni:jmayer2-14/+29
2006-02-13add missing #include "tempfile.h"ulfl1-0/+1
2006-02-13Don't se_leak expert_info records.lego1-3/+5
2006-02-13add missing #include "tempfile.h"ulfl1-0/+1
2006-02-13Add a placeholder for integrating with the display filter dialog.gerald1-0/+3
2006-02-13Copy over the file open/save code from the Win32 native branch.gerald7-62/+1725
2006-02-13Add tempfile.h to the list of headeer files. That was the problem, notguy1-1/+1
2006-02-12Look for "tempfile.h" in the top-level directory.guy1-1/+1
2006-02-12Move create_tempfile() to tempfile.c out of util.c. This means dumpcapguy1-1/+1
2006-02-12Send LOG_DOMAIN_CAPTURE_CHILD messages to our log handler, so they don'tguy1-1/+4
2006-02-12Well, it doesn't help to apply patches and then forget to actuallyjmayer1-11/+0
2006-02-12Add a routine to attempt to get the absolute pathname of the executableguy2-7/+7
2006-02-12Add userdata arguments to a bunch of stat initialization routines toguy16-139/+140
2006-02-11various capture child related minor cleanupsulfl1-20/+5
2006-02-11font_init don't need to know if running as a capture_child, this will simply ...ulfl3-19/+3
2006-02-11the point of no return ...ulfl1-73/+5
2006-02-11minor bugfix: restore the Ethereal icon (after capturing) at the right placesulfl1-13/+26
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...lego42-139/+168
2006-02-11In "Save As", support only file types we can write to; that simplifiesguy5-139/+108