| Commit message (Expand) | Author | Age | Files | Lines |
* | More static-ization. | Gilbert Ramirez | 2002-04-08 | 1 | -2/+2 |
* | "expand_tree()" and "collapse_tree()" can be called on leaf nodes, so | Guy Harris | 2002-04-08 | 1 | -9/+19 |
* | Start assigning ett_ values at 0, rather than 1; get rid of the reserved | Guy Harris | 2002-04-01 | 1 | -1/+4 |
* | Get rid of unused arguments. | Guy Harris | 2002-03-31 | 4 | -17/+15 |
* | Get rid of an unused argument to "set_active_all()". | Guy Harris | 2002-03-31 | 1 | -6/+6 |
* | From Joerg Mayer: get rid of unused arguments, and mark those that can't | Guy Harris | 2002-03-31 | 1 | -2/+2 |
* | A double-click in a filter name in the list-of-filters dialog box should | Guy Harris | 2002-03-16 | 1 | -9/+28 |
* | Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp". | Guy Harris | 2002-03-12 | 1 | -5/+3 |
* | Remove code to show the presence, and version number, of the CMU SNMP | Guy Harris | 2002-03-10 | 1 | -13/+2 |
* | Don't say "without SNMP"; that can confuse people into thinking it means | Guy Harris | 2002-03-06 | 1 | -4/+2 |
* | From Joerg Mayer: remove unused variables. | Guy Harris | 2002-03-05 | 6 | -17/+8 |
* | From Joerg Mayer: use _U_ to flag unused arguments. | Guy Harris | 2002-03-05 | 32 | -258/+258 |
* | Have "wtap_seek_read()" return 0 on success and -1 on failure, and take | Guy Harris | 2002-03-05 | 2 | -6/+11 |
* | Cut down the vertical spacing in the "Capture Options" dialog box. | Guy Harris | 2002-03-05 | 1 | -7/+7 |
* | In follow.c, initialize data_out_file to NULL, as it used to | Gilbert Ramirez | 2002-02-28 | 1 | -2/+2 |
* | From Joerg Mayer: | Guy Harris | 2002-02-27 | 1 | -1/+6 |
* | Put all the capture options into a structure. | Guy Harris | 2002-02-24 | 2 | -86/+102 |
* | Have "get_positive_int()" really check for positive integers, not just | Guy Harris | 2002-02-24 | 2 | -36/+7 |
* | "autostop_filesize" and "autostop_duration" don't need to be in the | Guy Harris | 2002-02-24 | 2 | -29/+38 |
* | From Peter Valchev: fix editcap to assign the result of "getopt()" to an | Guy Harris | 2002-02-24 | 1 | -2/+2 |
* | Set "snaplen", not "has_snaplen", to the snapshot length specified in | Guy Harris | 2002-02-22 | 1 | -6/+6 |
* | Don't give tvbuffs names; instead, give data sources names, where a | Guy Harris | 2002-02-18 | 4 | -256/+238 |
* | FIRST_PROTO_PREFS_PAGE needs to be incremented by 2 in order for | Gilbert Ramirez | 2002-02-14 | 1 | -2/+2 |
* | Have Wiretap set the snapshot length to 0 if it can't be derived from | Guy Harris | 2002-02-08 | 3 | -190/+349 |
* | Include <string.h> to declare various string functions. | Guy Harris | 2002-01-30 | 1 | -1/+6 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 21 | -71/+68 |
* | Make the blurbs for protocol preference items into tooltips. (This also | Guy Harris | 2002-01-20 | 6 | -48/+110 |
* | Squelch a valid compiler warning (passing a "char" to the "is..." macros | Guy Harris | 2002-01-18 | 1 | -2/+4 |
* | Memory freeing fix, from Jirka Novak. | Guy Harris | 2002-01-18 | 1 | -7/+7 |
* | Support for hex dump mode in "Follow TCP Stream" window showing hex and | Guy Harris | 2002-01-18 | 1 | -2/+26 |
* | Get the current value of Boolean preferences before adding widgets for | Guy Harris | 2002-01-14 | 1 | -1/+2 |
* | Add a preferences page for the name resolution flags. | Guy Harris | 2002-01-13 | 14 | -344/+530 |
* | Put the labels of check boxes to the left of the checkboxes, | Guy Harris | 2002-01-12 | 1 | -6/+8 |
* | Get rid of unused variables. | Guy Harris | 2002-01-12 | 1 | -10/+12 |
* | While you're at it, use the key for the auto scroll option checkbox for | Guy Harris | 2002-01-12 | 1 | -2/+2 |
* | Make the key for the capture preference window's pointer to the auto | Guy Harris | 2002-01-12 | 1 | -2/+2 |
* | Label the window popped up by "Capture->Start" "Capture Options", not | Guy Harris | 2002-01-11 | 1 | -7/+7 |
* | From Jirka Novak: | Guy Harris | 2002-01-11 | 4 | -34/+469 |
* | Have a routine to create a scrolled window, set its vertical scrollbar | Guy Harris | 2002-01-11 | 20 | -155/+118 |
* | Have routines to create GtkCTrees, set their line and expander style | Guy Harris | 2002-01-11 | 10 | -154/+188 |
* | Separate the promiscuous mode, "Update list of packets in real time", | Guy Harris | 2002-01-10 | 3 | -26/+48 |
* | Fix some problems with building Ethereal/Tethereal without libpcap. | Guy Harris | 2002-01-10 | 2 | -8/+35 |
* | Add a preferences page for capture preferences, so that the user can | Guy Harris | 2002-01-10 | 7 | -15/+261 |
* | Don't process a color filter if there's no filter associated with it. | Guy Harris | 2002-01-08 | 1 | -107/+111 |
* | Add a routine to kill a capture child if it exists, so that if we exit | Guy Harris | 2002-01-08 | 1 | -29/+48 |
* | From Albert Chin: eliminate a GCCism. | Guy Harris | 2002-01-03 | 1 | -3/+3 |
* | Fix a pointer error in find_stat_node. | Gerald Combs | 2001-12-31 | 1 | -2/+5 |
* | Add preferences to save the main window size and position. If enabled, | Gerald Combs | 2001-12-31 | 4 | -28/+158 |
* | Print out messages if any of the ring buffer checks fail. | Guy Harris | 2001-12-21 | 1 | -16/+22 |
* | There is no such thing as an optional parameter to a command-line flag | Guy Harris | 2001-12-21 | 1 | -8/+2 |