aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2006-04-03In Tethereal, don't save to a temporary file if "-w" isn't specified,Guy Harris1-0/+2
2006-03-30From Irene: Fix problems with off screen drawingsMichael Tüxen4-21/+133
2006-03-30fix for Bug 849Luis Ontanon1-2/+4
2006-03-30remove some useless code.Luis Ontanon1-9/+7
2006-03-30TextWindow:Luis Ontanon1-8/+64
2006-03-28Make sure the export dialog is large enough. Fix a Unicode issue whileGerald Combs1-3/+3
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg4-0/+4
2006-03-19Make the GUIDs in various data structures e_guid_t's rather than arraysGuy Harris3-14/+13
2006-03-19Get rid of extra arguments in g_strdup_printf() calls (the end of theGuy Harris1-193/+193
2006-03-19Get rid of a declaration of a non-existent function.Guy Harris1-1/+0
2006-03-16Check struct pointer before dereferencing it. Jaap Keuter1-1/+1
2006-03-15From Greg Morris:Anders Broman1-0/+1
2006-03-15Fix bug 710 and avoid having it crash when more than one instance are open at...Luis Ontanon1-7/+35
2006-03-14From Laurent Rabret, Anders Broman2-27/+29
2006-03-09Fix Coverity CID 129: initialize a couple of variables.Gerald Combs1-2/+2
2006-03-09Make sure we can't pass NULL to strcmp. Fixes Coverity CID 34. Fix up Gerald Combs1-8/+4
2006-03-09There is a one-to-one mapping between each graph and its "toplevel" andGerald Combs1-85/+18
2006-03-09Remove MIN and MAX defines, which GLib provides.Gerald Combs2-45/+41
2006-03-09coverity #62Ronnie Sahlberg1-0/+2
2006-03-09From Laurant Rabret:Jaap Keuter2-13/+21
2006-03-08Use Unicode for all native Win32 calls. Unicode Windows applicationsGerald Combs4-131/+148
2006-03-08Make calculation of TCP Graph bounds more robust. The calculation might have ...Lars Roland1-13/+17
2006-03-08Fix left open file (coverity CID 108) and g_string leak. Clean up double widt...Jaap Keuter1-13/+14
2006-03-07Fix what Coverity CID 61 was actually complaining about: Don't pass a NULLGerald Combs1-5/+8
2006-03-07Fix Coverity run 12 CID 61: In main_cf_cb_live_capture_update_started(),Gerald Combs1-0/+1
2006-03-07Solving various uninitialized variable warnings.Jaap Keuter1-8/+14
2006-03-07Use g_assert to save us from dereferencing a NULL pointer. g_warning is not s...Lars Roland1-4/+4
2006-03-05wrong name.Luis Ontanon1-1/+1
2006-03-05+ retap_packets()Luis Ontanon1-5/+52
2006-03-04From Florent Drouin:Anders Broman1-1/+1
2006-03-02From Greg Morris:Anders Broman5-7/+104
2006-03-02In order to reduce the height of the Preference dialog moving several items f...Jaap Keuter2-137/+266
2006-03-01The sequence and ack numbers in a TCP are guint32's, which means theyGuy Harris1-35/+35
2006-02-27From: Florent Drouin:Anders Broman1-7/+13
2006-02-25From Martin MathiesonAnders Broman1-0/+1
2006-02-24add the dumpcap manpage to the menuUlf Lamping3-0/+5
2006-02-24Fix bug 769. Print seq# and ack# as _unsigned_ int in the comment.Jaap Keuter1-1/+1
2006-02-23when including menu.h we also need to include stdio.h to get FILERonnie Sahlberg1-0/+1
2006-02-23Fix bug 741. Menu/Toolbar follow auto scroll checkbox in capture options.Jaap Keuter1-0/+2
2006-02-23From Alejandro Vaquero:Anders Broman2-24/+26
2006-02-22From Irene Ruengler:Michael Tüxen1-19/+29
2006-02-22Remove svn:executable property from source filesJaap Keuter2-0/+0
2006-02-21I commented out this a while ago as they caused a crash in GTK2.8/cairo on my...Luis Ontanon1-12/+0
2006-02-19For the "there's already a file with that name" dialog, use a wordingGuy Harris1-2/+3
2006-02-18squelch some compiler warningsUlf Lamping1-3/+3
2006-02-17More duplicate code removal.Gerald Combs1-9/+2
2006-02-17Include some header files so that we can get rid of duplicate code andGerald Combs1-23/+12
2006-02-17Paolo Abeni:Jörg Mayer2-7/+17
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping9-20/+6
2006-02-16Freeze and thaw the packet list after a merge so that the packet list showsGerald Combs1-0/+2