aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-2867-781/+781
* From Ulf Lamping: extend the progress dialog box to give more progressGuy Harris2002-08-281-22/+145
* Give the routines that implement the "Match" and "Prepare" menu itemsGuy Harris2002-08-243-87/+87
* On Win32:Guy Harris2002-08-131-1/+12
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-0214-103/+39
* Fix a few more memleaks found by valgrind (all derivingJörg Mayer2002-08-012-4/+10
* From Graeme Hewson:Guy Harris2002-07-301-1/+61
* #ifdef out some variables not used on Windows.Guy Harris2002-07-301-30/+32
* From Joerg Mayer:Guy Harris2002-07-291-2/+5
* From Joerg Mayer:Guy Harris2002-07-173-15/+3
* Get rid of some "unused variable" and "unused static function" warnings,Guy Harris2002-07-172-26/+71
* Fields can be up to 2^32-1 bytes long, as they may have come from aGuy Harris2002-07-071-3/+5
* From Liviu Daia <Liviu.Daia[AT]imar.ro>: move "col_init()" call afterGuy Harris2002-07-071-3/+3
* From a suggestion by PEN <codes [at] lycos.com>, add the length in bytes toGerald Combs2002-07-061-5/+12
* Trim leading and trailing white space from the capture device in theGuy Harris2002-06-281-3/+12
* From Anand V. Narwani: add in two missing files, so they're put into theGuy Harris2002-06-271-4/+5
* Update the URL for WinPcap.Guy Harris2002-06-241-2/+2
* As we've done with the hex dump output for printing, use as many digitsGuy Harris2002-06-241-22/+135
* From Devin Heitmueller: give the user a warning if they click "New" inGuy Harris2002-06-221-1/+8
* Added MS Window printing to ethereal.Jeff Foster2002-06-194-34/+320
* Handle the "bool" members the same way we handled the members forGuy Harris2002-06-161-7/+7
* From Chris Waters: don't use "bool" as a variable name or structureGuy Harris2002-06-161-7/+7
* From Graeme Hewson: varargs code cleanup in "simple_dialog.c".Guy Harris2002-06-041-1/+2
* Clean up white space.Guy Harris2002-06-041-2/+2
* Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris2002-06-044-62/+46
* Don't assume that just because a purported font name begins with "-"Guy Harris2002-05-301-4/+23
* Clean up the data structures for the color filter code a bit. The oldGuy Harris2002-05-274-168/+173
* Get rid of an unused variable.Guy Harris2002-05-241-2/+1
* Save the whole capture device name in the preferences file. UnderGerald Combs2002-05-231-7/+4
* Command-line interface cleanups, from Graeme Hewson:Guy Harris2002-05-221-35/+60
* In the Windows capture dialog, place the interface description before theGerald Combs2002-05-181-2/+8
* Use "-G fields" rather than "-G" in Makefiles.Guy Harris2002-05-141-1/+6
* Make the "-G" flag take an argument. If no arugment is specified, or ifGuy Harris2002-05-141-8/+20
* From Didieer Gautheron:Guy Harris2002-05-033-3/+37
* Make the filter list combo box case-sensitive, as filter expressions areGuy Harris2002-05-031-1/+3
* Clean up the handling of filter strings:Guy Harris2002-05-033-41/+49
* Remove some no-longer-applicable XXX comments.Guy Harris2002-05-021-33/+42
* Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris2002-04-291-2/+5
* Use the value of "bv_size" as the size of a byte view notebook whenGuy Harris2002-04-231-1/+2
* Get rid of unused variables, and mark unused arguments as such.Guy Harris2002-04-231-5/+2
* Eliminate some unused variables.Guy Harris2002-04-221-7/+5
* Polish the column prefs a bit. Make the column tile entry and formatGerald Combs2002-04-221-161/+179
* On Windows, include "capture-wpcap.h", to define "has_wpcap".Guy Harris2002-04-201-1/+7
* On Windows, don't put the capture preferences item into theGuy Harris2002-04-191-2/+9
* Update wiretapped mirror links.Gerald Combs2002-04-141-2/+2
* Change "http://netgroup-mirror.ethereal.com/winpcap" URLs toGerald Combs2002-04-141-2/+2
* More static-ization.Gilbert Ramirez2002-04-081-2/+2
* "expand_tree()" and "collapse_tree()" can be called on leaf nodes, soGuy Harris2002-04-081-9/+19
* Start assigning ett_ values at 0, rather than 1; get rid of the reservedGuy Harris2002-04-011-1/+4
* Get rid of unused arguments.Guy Harris2002-03-314-17/+15