aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2006-04-03In Tethereal, don't save to a temporary file if "-w" isn't specified,guy1-0/+2
2006-03-30From Irene: Fix problems with off screen drawingstuexen4-21/+133
2006-03-30fix for Bug 849lego1-2/+4
2006-03-30remove some useless code.lego1-9/+7
2006-03-30TextWindow:lego1-8/+64
2006-03-28Make sure the export dialog is large enough. Fix a Unicode issue whilegerald1-3/+3
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...sahlberg4-0/+4
2006-03-19Make the GUIDs in various data structures e_guid_t's rather than arraysguy3-14/+13
2006-03-19Get rid of extra arguments in g_strdup_printf() calls (the end of theguy1-193/+193
2006-03-19Get rid of a declaration of a non-existent function.guy1-1/+0
2006-03-16Check struct pointer before dereferencing it. jake1-1/+1
2006-03-15From Greg Morris:etxrab1-0/+1
2006-03-15Fix bug 710 and avoid having it crash when more than one instance are open at...lego1-7/+35
2006-03-14From Laurent Rabret, etxrab2-27/+29
2006-03-09Fix Coverity CID 129: initialize a couple of variables.gerald1-2/+2
2006-03-09Make sure we can't pass NULL to strcmp. Fixes Coverity CID 34. Fix up gerald1-8/+4
2006-03-09There is a one-to-one mapping between each graph and its "toplevel" andgerald1-85/+18
2006-03-09Remove MIN and MAX defines, which GLib provides.gerald2-45/+41
2006-03-09coverity #62sahlberg1-0/+2
2006-03-09From Laurant Rabret:jake2-13/+21
2006-03-08Use Unicode for all native Win32 calls. Unicode Windows applicationsgerald4-131/+148
2006-03-08Make calculation of TCP Graph bounds more robust. The calculation might have ...lroland1-13/+17
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