aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2006-04-28Fetch a combobox control handle before we try to use it. Add some neededGerald Combs1-11/+6
2006-04-27From Martin Mathieson:Anders Broman1-1/+1
2006-04-26Properly set our export file name before we try to use it. Fixes bug 894.Gerald Combs1-1/+1
2006-04-26Workaround for bug 852. Force a line break so that the text view d...Jaap Keuter1-2/+13
2006-04-25rename some value_Strings from ..._val to ..._valsRonnie Sahlberg1-3/+3
2006-04-25WinPcap 3.2 beta 1 (3, 2, 0, 29) seems to be working with the packet.dll, so ...Ulf Lamping1-1/+2
2006-04-25various changes:Ulf Lamping1-59/+283
2006-04-25bugifx (should be copied to the 1.0 trunk): don't crash, if the interface har...Ulf Lamping1-0/+6
2006-04-24remove a debugging printfRonnie Sahlberg1-2/+0
2006-04-24SCSI Service Response Time StaisticsRonnie Sahlberg2-0/+424
2006-04-24Column list pointer became invalid when element was removed from list. Fixes ...Jaap Keuter1-1/+2
2006-04-24From Miha Jemec:Anders Broman6-0/+1342
2006-04-24Make some /******...*/ lines less wide: They make svn-diffs on the web pageJörg Mayer1-7/+8
2006-04-22add various OID's and a value_string for all of themUlf Lamping1-20/+233
2006-04-22as I've experienced a scrollbar again while having 7 interfaces, I've tried t...Ulf Lamping1-1/+2
2006-04-22the "Generic dialup adapter" interface doesn't support any OID's at all, exte...Ulf Lamping1-4/+49
2006-04-22add a new tab with TCP/IP offloading capabilitiesUlf Lamping1-8/+335
2006-04-21From Irene: Fix a bug when searching for an assoc.Michael Tüxen1-6/+8
2006-04-21updates to get the fc and scsi dissectorsRonnie Sahlberg2-0/+2
2006-04-20fix help button settingsUlf Lamping1-3/+3
2006-04-20add a Help button to the Preferences dialogUlf Lamping1-2/+13
2006-04-20fix a very minor bug if ETHEREAL_EUG_DIR is set (which is barely the case)Ulf Lamping1-1/+1
2006-04-20if HHC_DIR is defined in config.nmake, use the Win32 HTMLHELP system (using t...Ulf Lamping3-27/+75
2006-04-20add a help button to the "Follow TCP Stream" dialog (and use standard button ...Ulf Lamping4-16/+27
2006-04-20rename hte itlq structures to itlqRonnie Sahlberg1-2/+2
2006-04-17fix capitalization to follow GNOME HIGUlf Lamping2-4/+4
2006-04-14bugfix: don't crash with a Null pointer exception, if the open file preview t...Ulf Lamping1-8/+12
2006-04-12From Jaap Keuter, fix for 871: split interface details statistics into it's o...Ulf Lamping1-3/+15
2006-04-10Add 2px height to avoid a vertical scrollbar with Gtk-WimpJaap Keuter1-1/+1
2006-04-08Fix for bug 848. Make a scrollable window when more than 10 interfaces are li...Jaap Keuter1-4/+21
2006-04-04From Irene: Make buttons unselecable when nothing would happen.Michael Tüxen1-4/+10
2006-04-03Set the right structure member.Guy Harris1-1/+1
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