aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
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
2002-01-18Memory freeing fix, from Jirka Novak.Guy Harris1-7/+7
2002-01-18Support for hex dump mode in "Follow TCP Stream" window showing hex andGuy Harris1-2/+26
2002-01-14Get the current value of Boolean preferences before adding widgets forGuy Harris1-1/+2
2002-01-13Add a preferences page for the name resolution flags.Guy Harris14-344/+530
2002-01-12Put the labels of check boxes to the left of the checkboxes,Guy Harris1-6/+8
2002-01-12Get rid of unused variables.Guy Harris1-10/+12
2002-01-12While you're at it, use the key for the auto scroll option checkbox forGuy Harris1-2/+2
2002-01-12Make the key for the capture preference window's pointer to the autoGuy Harris1-2/+2
2002-01-11Label the window popped up by "Capture->Start" "Capture Options", notGuy Harris1-7/+7
2002-01-11From Jirka Novak:Guy Harris4-34/+469
2002-01-11Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris20-155/+118
2002-01-11Have routines to create GtkCTrees, set their line and expander styleGuy Harris10-154/+188
2002-01-10Separate the promiscuous mode, "Update list of packets in real time",Guy Harris3-26/+48