aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of an unused argument to "set_active_all()".Guy Harris2002-03-311-6/+6
* From Joerg Mayer: get rid of unused arguments, and mark those that can'tGuy Harris2002-03-311-2/+2
* A double-click in a filter name in the list-of-filters dialog box shouldGuy Harris2002-03-161-9/+28
* Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp".Guy Harris2002-03-121-5/+3
* Remove code to show the presence, and version number, of the CMU SNMPGuy Harris2002-03-101-13/+2
* Don't say "without SNMP"; that can confuse people into thinking it meansGuy Harris2002-03-061-4/+2
* From Joerg Mayer: remove unused variables.Guy Harris2002-03-056-17/+8
* From Joerg Mayer: use _U_ to flag unused arguments.Guy Harris2002-03-0532-258/+258
* Have "wtap_seek_read()" return 0 on success and -1 on failure, and takeGuy Harris2002-03-052-6/+11
* Cut down the vertical spacing in the "Capture Options" dialog box.Guy Harris2002-03-051-7/+7
* In follow.c, initialize data_out_file to NULL, as it used toGilbert Ramirez2002-02-281-2/+2
* From Joerg Mayer:Guy Harris2002-02-271-1/+6
* Put all the capture options into a structure.Guy Harris2002-02-242-86/+102
* Have "get_positive_int()" really check for positive integers, not justGuy Harris2002-02-242-36/+7
* "autostop_filesize" and "autostop_duration" don't need to be in theGuy Harris2002-02-242-29/+38
* From Peter Valchev: fix editcap to assign the result of "getopt()" to anGuy Harris2002-02-241-2/+2
* Set "snaplen", not "has_snaplen", to the snapshot length specified inGuy Harris2002-02-221-6/+6
* Don't give tvbuffs names; instead, give data sources names, where aGuy Harris2002-02-184-256/+238
* FIRST_PROTO_PREFS_PAGE needs to be incremented by 2 in order forGilbert Ramirez2002-02-141-2/+2
* Have Wiretap set the snapshot length to 0 if it can't be derived fromGuy Harris2002-02-083-190/+349
* Include <string.h> to declare various string functions.Guy Harris2002-01-301-1/+6
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-2121-71/+68
* Make the blurbs for protocol preference items into tooltips. (This alsoGuy Harris2002-01-206-48/+110
* Squelch a valid compiler warning (passing a "char" to the "is..." macrosGuy Harris2002-01-181-2/+4
* Memory freeing fix, from Jirka Novak.Guy Harris2002-01-181-7/+7
* Support for hex dump mode in "Follow TCP Stream" window showing hex andGuy Harris2002-01-181-2/+26
* Get the current value of Boolean preferences before adding widgets forGuy Harris2002-01-141-1/+2
* Add a preferences page for the name resolution flags.Guy Harris2002-01-1314-344/+530
* Put the labels of check boxes to the left of the checkboxes,Guy Harris2002-01-121-6/+8
* Get rid of unused variables.Guy Harris2002-01-121-10/+12
* While you're at it, use the key for the auto scroll option checkbox forGuy Harris2002-01-121-2/+2
* Make the key for the capture preference window's pointer to the autoGuy Harris2002-01-121-2/+2
* Label the window popped up by "Capture->Start" "Capture Options", notGuy Harris2002-01-111-7/+7
* From Jirka Novak:Guy Harris2002-01-114-34/+469
* Have a routine to create a scrolled window, set its vertical scrollbarGuy Harris2002-01-1120-155/+118
* Have routines to create GtkCTrees, set their line and expander styleGuy Harris2002-01-1110-154/+188
* Separate the promiscuous mode, "Update list of packets in real time",Guy Harris2002-01-103-26/+48
* Fix some problems with building Ethereal/Tethereal without libpcap.Guy Harris2002-01-102-8/+35
* Add a preferences page for capture preferences, so that the user canGuy Harris2002-01-107-15/+261
* Don't process a color filter if there's no filter associated with it.Guy Harris2002-01-081-107/+111
* Add a routine to kill a capture child if it exists, so that if we exitGuy Harris2002-01-081-29/+48
* From Albert Chin: eliminate a GCCism.Guy Harris2002-01-031-3/+3
* Fix a pointer error in find_stat_node.Gerald Combs2001-12-311-2/+5
* Add preferences to save the main window size and position. If enabled,Gerald Combs2001-12-314-28/+158
* Print out messages if any of the ring buffer checks fail.Guy Harris2001-12-211-16/+22
* There is no such thing as an optional parameter to a command-line flagGuy Harris2001-12-211-8/+2