aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2006-02-16Move common control initialization to gtk/main.c where it belongs.Gerald Combs2-104/+94
2006-02-15Update a comment.Guy Harris1-3/+9
2006-02-15Have those functions that end up just calling a win32_ routine if we'reGuy Harris1-34/+29
2006-02-14Paolo Abeni:Jörg Mayer2-14/+29
2006-02-13add missing #include "tempfile.h"Ulf Lamping1-0/+1
2006-02-13Don't se_leak expert_info records.Luis Ontanon1-3/+5
2006-02-13add missing #include "tempfile.h"Ulf Lamping1-0/+1
2006-02-13Add a placeholder for integrating with the display filter dialog.Gerald Combs1-0/+3
2006-02-13Copy over the file open/save code from the Win32 native branch.Gerald Combs7-62/+1725
2006-02-13Add tempfile.h to the list of headeer files. That was the problem, notGuy Harris1-1/+1
2006-02-12Look for "tempfile.h" in the top-level directory.Guy Harris1-1/+1
2006-02-12Move create_tempfile() to tempfile.c out of util.c. This means dumpcapGuy Harris1-1/+1
2006-02-12Send LOG_DOMAIN_CAPTURE_CHILD messages to our log handler, so they don'tGuy Harris1-1/+4
2006-02-12Well, it doesn't help to apply patches and then forget to actuallyJörg Mayer1-11/+0