| Commit message (Expand) | Author | Age | Files | Lines |
* | From Giles Scott: | Guy Harris | 2003-09-20 | 1 | -1/+9 |
* | Rename various capture file routines to have names starting with "cf_". | Guy Harris | 2003-09-15 | 1 | -13/+13 |
* | From Richard Urwin a great enhancement to the color filter dialogue to | Ronnie Sahlberg | 2003-08-18 | 1 | -1/+304 |
* | Add two preferences to control ADNS, one to enable/disable it and one to | Gerald Combs | 2003-07-22 | 1 | -2/+3 |
* | Various fixes related to GTK2 : | Olivier Abad | 2003-07-18 | 1 | -1/+2 |
* | Add a new routine "filter_button_destroy_cb()", and make it the | Guy Harris | 2003-01-15 | 1 | -13/+3 |
* | Use gtk1/gtk2 compatibility macros to reduce #ifdefs. | Olivier Abad | 2002-11-10 | 1 | -89/+36 |
* | Merge gtk and gtk2 directories. | Olivier Abad | 2002-11-03 | 1 | -16/+80 |
* | From Graeme Hewson: | Guy Harris | 2002-09-09 | 1 | -6/+30 |
* | Include cleanups in gtk and gtk2: | Jörg Mayer | 2002-09-05 | 1 | -12/+2 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -10/+10 |
* | From Joerg Mayer: use _U_ to flag unused arguments. | Guy Harris | 2002-03-05 | 1 | -11/+11 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -2/+2 |
* | Add a preferences page for the name resolution flags. | Guy Harris | 2002-01-13 | 1 | -9/+8 |
* | Don't update the "Save As..." dialog box if it doesn't exist. | Guy Harris | 2001-12-06 | 1 | -7/+22 |
* | Make the "Save only marked frames" button in the "Save As..." dialog box | Guy Harris | 2001-12-06 | 1 | -7/+39 |
* | From <a.stockmeier[AT]avm.de>: fix the file dialog box code to use | Guy Harris | 2001-11-09 | 1 | -2/+2 |
* | Have a routine that takes a file name for a personal configuration file | Guy Harris | 2001-10-24 | 1 | -1/+3 |
* | The "Save only marked packets" checkbox should change as the file type | Guy Harris | 2001-09-10 | 1 | -1/+14 |
* | On Windows, use the directory in which the binary resides as the | Guy Harris | 2001-08-21 | 1 | -2/+3 |
* | Enable "Match Selected" only if there's a field selected *and* we can do | Guy Harris | 2001-06-05 | 1 | -4/+3 |
* | Support for "-N" flag enabling selected forms of name resolution, from | Guy Harris | 2001-05-31 | 1 | -26/+63 |
* | There's no "enable name resolution in captures" preference in Ethereal, | Guy Harris | 2001-04-15 | 1 | -3/+4 |
* | last_open_dir needs a trailing slash in order for the GTK+ | Gilbert Ramirez | 2001-04-09 | 1 | -24/+7 |
* | Create a more modular type system for the FT_* types. Put them | Gilbert Ramirez | 2001-02-01 | 1 | -4/+4 |
* | Give various filter constructing/editing dialog boxes titles to reflect | Guy Harris | 2001-01-21 | 1 | -2/+6 |
* | In the process of destroying a filter editing dialog box, we get a | Guy Harris | 2001-01-21 | 1 | -3/+7 |
* | Add a dialog box for constructing expressions that test a field in the | Guy Harris | 2001-01-02 | 1 | -2/+2 |
* | Move the declaration of "g_resolving_actif" from the top-level | Guy Harris | 2000-10-19 | 1 | -1/+2 |
* | Frames in the packet list can now be marked by the user using | Laurent Deniel | 2000-08-21 | 1 | -7/+36 |
* | Miscellaneous code cleaning | Laurent Deniel | 2000-08-11 | 1 | -19/+1 |
* | Add a routine to check whether a file is a directory or not. | Guy Harris | 2000-07-31 | 1 | -28/+17 |
* | Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seems | Guy Harris | 2000-07-20 | 1 | -2/+2 |
* | If the user clicks the "Cancel" button in a progress-bar dialog box for | Guy Harris | 2000-07-03 | 1 | -7/+11 |
* | Add routines to Wiretap to allow a client of Wiretap to get: | Guy Harris | 2000-06-27 | 1 | -5/+35 |
* | Patch from Ben Fowler to rename the global variable "cf" to "cfile", to | Guy Harris | 2000-06-27 | 1 | -22/+22 |
* | Add a "Enable name resolution" check box to the File Open dialogue. | Gilbert Ramirez | 2000-06-02 | 1 | -3/+21 |
* | Catch the ESC key in the file selection dialog boxes popped up for | Guy Harris | 2000-05-08 | 1 | -1/+12 |
* | Have separate global variables for the current "File:Open" and | Guy Harris | 2000-04-10 | 1 | -26/+48 |
* | Split "filter_dialog_cb()" into "filter_dialog_cb()", which pops up a | Guy Harris | 2000-04-01 | 1 | -2/+38 |
* | Move the declarations of the routines in "gtk/file_dlg.c" out of | Guy Harris | 2000-02-12 | 1 | -4/+2 |
* | Make the routines internal to the filter-editing dialog box static. | Guy Harris | 2000-02-12 | 1 | -4/+2 |
* | Provide a "get_dirname()" routine, that takes a pathname and returns | Guy Harris | 2000-01-25 | 1 | -16/+38 |
* | Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c", | Guy Harris | 2000-01-03 | 1 | -3/+3 |
* | A little hack for the really lazy (i.e., me). Allow users to type a | Gilbert Ramirez | 2000-01-01 | 1 | -1/+19 |
* | Jerry Talkington's patch to remove the filter stuff from | Guy Harris | 1999-12-10 | 1 | -2/+2 |
* | Move the GTK+ implementations of various UI utilities out of "util.c" | Guy Harris | 1999-12-09 | 1 | -3/+3 |
* | Add support for saving files in a format other than the one they're in | Guy Harris | 1999-12-06 | 1 | -15/+129 |
* | Allow the user to save either all of the current capture, or only the | Guy Harris | 1999-11-30 | 1 | -62/+73 |
* | Move GTK-related stuff out of globals.h and put it in gtk/gtkglobals.h | Gilbert Ramirez | 1999-10-20 | 1 | -1/+4 |