aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2002-02-24Have "get_positive_int()" really check for positive integers, not justGuy Harris2-36/+7
2002-02-24"autostop_filesize" and "autostop_duration" don't need to be in theGuy Harris2-29/+38
2002-02-24From Peter Valchev: fix editcap to assign the result of "getopt()" to anGuy Harris1-2/+2
2002-02-22Set "snaplen", not "has_snaplen", to the snapshot length specified inGuy Harris1-6/+6
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris4-256/+238
2002-02-14FIRST_PROTO_PREFS_PAGE needs to be incremented by 2 in order forGilbert Ramirez1-2/+2
2002-02-08Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris3-190/+349
2002-01-30Include <string.h> to declare various string functions.Guy Harris1-1/+6
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris21-71/+68
2002-01-20Make the blurbs for protocol preference items into tooltips. (This alsoGuy Harris6-48/+110
2002-01-18Squelch a valid compiler warning (passing a "char" to the "is..." macrosGuy Harris1-2/+4