aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2002-07-06From a suggestion by PEN <codes [at] lycos.com>, add the length in bytes toGerald Combs1-5/+12
2002-06-28Trim leading and trailing white space from the capture device in theGuy Harris1-3/+12
2002-06-27From Anand V. Narwani: add in two missing files, so they're put into theGuy Harris1-4/+5
2002-06-24Update the URL for WinPcap.Guy Harris1-2/+2
2002-06-24As we've done with the hex dump output for printing, use as many digitsGuy Harris1-22/+135
2002-06-22From Devin Heitmueller: give the user a warning if they click "New" inGuy Harris1-1/+8
2002-06-19Added MS Window printing to ethereal.Jeff Foster4-34/+320
2002-06-16Handle the "bool" members the same way we handled the members forGuy Harris1-7/+7
2002-06-16From Chris Waters: don't use "bool" as a variable name or structureGuy Harris1-7/+7
2002-06-04From Graeme Hewson: varargs code cleanup in "simple_dialog.c".Guy Harris1-1/+2
2002-06-04Clean up white space.Guy Harris1-2/+2
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris4-62/+46
2002-05-30Don't assume that just because a purported font name begins with "-"Guy Harris1-4/+23
2002-05-27Clean up the data structures for the color filter code a bit. The oldGuy Harris4-168/+173
2002-05-24Get rid of an unused variable.Guy Harris1-2/+1
2002-05-23Save the whole capture device name in the preferences file. UnderGerald Combs1-7/+4
2002-05-22Command-line interface cleanups, from Graeme Hewson:Guy Harris1-35/+60
2002-05-18In the Windows capture dialog, place the interface description before theGerald Combs1-2/+8
2002-05-14Use "-G fields" rather than "-G" in Makefiles.Guy Harris1-1/+6
2002-05-14Make the "-G" flag take an argument. If no arugment is specified, or ifGuy Harris1-8/+20
2002-05-03From Didieer Gautheron:Guy Harris3-3/+37
2002-05-03Make the filter list combo box case-sensitive, as filter expressions areGuy Harris1-1/+3
2002-05-03Clean up the handling of filter strings:Guy Harris3-41/+49
2002-05-02Remove some no-longer-applicable XXX comments.Guy Harris1-33/+42
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris1-2/+5
2002-04-23Use the value of "bv_size" as the size of a byte view notebook whenGuy Harris1-1/+2
2002-04-23Get rid of unused variables, and mark unused arguments as such.Guy Harris1-5/+2
2002-04-22Eliminate some unused variables.Guy Harris1-7/+5
2002-04-22Polish the column prefs a bit. Make the column tile entry and formatGerald Combs1-161/+179
2002-04-20On Windows, include "capture-wpcap.h", to define "has_wpcap".Guy Harris1-1/+7
2002-04-19On Windows, don't put the capture preferences item into theGuy Harris1-2/+9
2002-04-14Update wiretapped mirror links.Gerald Combs1-2/+2
2002-04-14Change "http://netgroup-mirror.ethereal.com/winpcap" URLs toGerald Combs1-2/+2
2002-04-08More static-ization.Gilbert Ramirez1-2/+2
2002-04-08"expand_tree()" and "collapse_tree()" can be called on leaf nodes, soGuy Harris1-9/+19
2002-04-01Start assigning ett_ values at 0, rather than 1; get rid of the reservedGuy Harris1-1/+4
2002-03-31Get rid of unused arguments.Guy Harris4-17/+15
2002-03-31Get rid of an unused argument to "set_active_all()".Guy Harris1-6/+6
2002-03-31From Joerg Mayer: get rid of unused arguments, and mark those that can'tGuy Harris1-2/+2
2002-03-16A double-click in a filter name in the list-of-filters dialog box shouldGuy Harris1-9/+28
2002-03-12Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp".Guy Harris1-5/+3
2002-03-10Remove code to show the presence, and version number, of the CMU SNMPGuy Harris1-13/+2
2002-03-06Don't say "without SNMP"; that can confuse people into thinking it meansGuy Harris1-4/+2
2002-03-05From Joerg Mayer: remove unused variables.Guy Harris6-17/+8
2002-03-05From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris32-258/+258
2002-03-05Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris2-6/+11
2002-03-05Cut down the vertical spacing in the "Capture Options" dialog box.Guy Harris1-7/+7
2002-02-28In follow.c, initialize data_out_file to NULL, as it used toGilbert Ramirez1-2/+2
2002-02-27From Joerg Mayer:Guy Harris1-1/+6
2002-02-24Put all the capture options into a structure.Guy Harris2-86/+102