aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2002-09-06Put needed include back in (<string.h>, to declare "memset()").guy1-1/+2
2002-09-05Include cleanups in gtk and gtk2:jmayer38-194/+58
2002-08-31Remove redundant HAVE_LIBPCAP check (copied from gtk2)jmayer1-4/+1
2002-08-31Remove trailing whitespaces.jmayer2-7/+7
2002-08-31Cast the Mbits/s calculation as a float, so that we display the valuegerald1-2/+3
2002-08-28Make the "start_time" argument to "delayed_create_progress_dlg()" aguy1-5/+5
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer67-781/+781
2002-08-28From Ulf Lamping: extend the progress dialog box to give more progressguy1-22/+145
2002-08-24Give the routines that implement the "Match" and "Prepare" menu itemsguy3-87/+87
2002-08-13On Win32:guy1-1/+12
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer14-103/+39
2002-08-01Fix a few more memleaks found by valgrind (all derivingjmayer2-4/+10
2002-07-30From Graeme Hewson:guy1-1/+61
2002-07-30#ifdef out some variables not used on Windows.guy1-30/+32
2002-07-29From Joerg Mayer:guy1-2/+5
2002-07-17From Joerg Mayer:guy3-15/+3
2002-07-17Get rid of some "unused variable" and "unused static function" warnings,guy2-26/+71
2002-07-07Fields can be up to 2^32-1 bytes long, as they may have come from aguy1-3/+5
2002-07-07From Liviu Daia <Liviu.Daia[AT]imar.ro>: move "col_init()" call afterguy1-3/+3
2002-07-06From a suggestion by PEN <codes [at] lycos.com>, add the length in bytes togerald1-5/+12
2002-06-28Trim leading and trailing white space from the capture device in theguy1-3/+12
2002-06-27From Anand V. Narwani: add in two missing files, so they're put into theguy1-4/+5
2002-06-24Update the URL for WinPcap.guy1-2/+2
2002-06-24As we've done with the hex dump output for printing, use as many digitsguy1-22/+135
2002-06-22From Devin Heitmueller: give the user a warning if they click "New" inguy1-1/+8
2002-06-19Added MS Window printing to ethereal.jfoster4-34/+320
2002-06-16Handle the "bool" members the same way we handled the members forguy1-7/+7
2002-06-16From Chris Waters: don't use "bool" as a variable name or structureguy1-7/+7
2002-06-04From Graeme Hewson: varargs code cleanup in "simple_dialog.c".guy1-1/+2
2002-06-04Clean up white space.guy1-2/+2
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itguy4-62/+46
2002-05-30Don't assume that just because a purported font name begins with "-"guy1-4/+23
2002-05-27Clean up the data structures for the color filter code a bit. The oldguy4-168/+173
2002-05-24Get rid of an unused variable.guy1-2/+1
2002-05-23Save the whole capture device name in the preferences file. Undergerald1-7/+4
2002-05-22Command-line interface cleanups, from Graeme Hewson:guy1-35/+60
2002-05-18In the Windows capture dialog, place the interface description before thegerald1-2/+8
2002-05-14Use "-G fields" rather than "-G" in Makefiles.guy1-1/+6
2002-05-14Make the "-G" flag take an argument. If no arugment is specified, or ifguy1-8/+20
2002-05-03From Didieer Gautheron:guy3-3/+37
2002-05-03Make the filter list combo box case-sensitive, as filter expressions areguy1-1/+3
2002-05-03Clean up the handling of filter strings:guy3-41/+49
2002-05-02Remove some no-longer-applicable XXX comments.guy1-33/+42
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andguy1-2/+5
2002-04-23Use the value of "bv_size" as the size of a byte view notebook whenguy1-1/+2
2002-04-23Get rid of unused variables, and mark unused arguments as such.guy1-5/+2
2002-04-22Eliminate some unused variables.guy1-7/+5
2002-04-22Polish the column prefs a bit. Make the column tile entry and formatgerald1-161/+179
2002-04-20On Windows, include "capture-wpcap.h", to define "has_wpcap".guy1-1/+7
2002-04-19On Windows, don't put the capture preferences item into theguy1-2/+9