| Commit message (Expand) | Author | Age | Files | Lines |
* | Prepare wireshark and tshark for wiretap plugins | Luis Ontanon | 2007-05-24 | 1 | -6/+8 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | Get rid of no-longer-used code (the list of plugins is now just a tab in | Guy Harris | 2005-11-03 | 1 | -67/+0 |
* | - Declare some functions static | Jörg Mayer | 2005-08-20 | 1 | -1/+2 |
* | renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na... | Ulf Lamping | 2005-08-20 | 1 | -1/+1 |
* | More char -> const char warning fixes. | Jörg Mayer | 2005-08-05 | 1 | -2/+2 |
* | Call the "new-style init" routine for plugins a "register" routine, as | Guy Harris | 2005-03-07 | 1 | -1/+1 |
* | The stats tree stuff should ultimately allow us to have plugin taps, so | Guy Harris | 2005-02-27 | 1 | -4/+22 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | more code cleanup from dialog things: | Ulf Lamping | 2004-05-26 | 1 | -19/+10 |
* | beautify the "About Ethereal" page, put plugin list into the dialog | Ulf Lamping | 2004-05-20 | 1 | -89/+47 |
* | Create only one "Plugins" window per process. | Guy Harris | 2004-02-13 | 1 | -2/+24 |
* | replaced every appearance of gtk_scrolled_window_new() with | Ulf Lamping | 2004-02-06 | 1 | -6/+6 |
* | implemented dlg_button_row_new to get a standard function for | Ulf Lamping | 2004-01-21 | 1 | -26/+12 |
* | using button compatibility macros | Ulf Lamping | 2004-01-10 | 1 | -6/+2 |
* | using dlg_utils.c functions to catch the ESC key to close the dialog | Ulf Lamping | 2003-11-28 | 1 | -3/+10 |
* | Change some plugin window geometry aspects. | Laurent Deniel | 2003-03-02 | 1 | -5/+5 |
* | Remove gtk_tree_view_set_search_column() which is not needed. | Olivier Abad | 2002-12-02 | 1 | -2/+1 |
* | Use gtk1/gtk2 compatibility macros to reduce #ifdefs. | Olivier Abad | 2002-11-11 | 1 | -33/+14 |
* | Merge gtk and gtk2 directories. | Olivier Abad | 2002-11-03 | 1 | -20/+91 |
* | Include cleanups in gtk and gtk2: | Jörg Mayer | 2002-09-05 | 1 | -5/+1 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -5/+1 |
* | From Joerg Mayer: use _U_ to flag unused arguments. | Guy Harris | 2002-03-05 | 1 | -3/+3 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -4/+3 |
* | Get rid of support for old-style plugins (support for old-style plugins | Guy Harris | 2001-01-28 | 1 | -254/+6 |
* | Corrected wrong function call in plugins_enable_cb | Graham Bloice | 2000-11-18 | 1 | -2/+2 |
* | Move the table of bit-swapped byte values to "epan/bitswap.c", and | Guy Harris | 2000-11-15 | 1 | -29/+5 |
* | Remove #include "gtk/colors.h" from file.h, which keep the GTK+ header | Gilbert Ramirez | 2000-10-20 | 1 | -1/+2 |
* | Bleah. What was I thinking? "dlg_window_new()" should take the title | Guy Harris | 2000-08-23 | 1 | -5/+3 |
* | Cosmetic change (close button at the right place :-). | Laurent Deniel | 2000-08-21 | 1 | -7/+7 |
* | Miscellaneous code cleaning | Laurent Deniel | 2000-08-11 | 1 | -1/+5 |
* | Use ESD_TYPE_CRIT for most errors (the model used by various GUIs seems | Guy Harris | 2000-07-20 | 1 | -4/+4 |
* | Add a "dlg_window_new()" routine, which creates a GTK_WINDOW_DIALOG | Guy Harris | 2000-07-05 | 1 | -3/+4 |
* | Code changes, but not Makefile changes, for enabling plugins for Win32. | Gilbert Ramirez | 2000-02-07 | 1 | -7/+23 |
* | Squelch some complaints from GCC (and protect against the admittedly | Guy Harris | 2000-01-17 | 1 | -7/+22 |
* | We have to #include "plugins.h" before using the HAVE_PLUGINS define. | Olivier Abad | 2000-01-17 | 1 | -3/+3 |
* | Merge in the final code to make Ethereal run on Win32, compiled | Gilbert Ramirez | 2000-01-15 | 1 | -7/+11 |
* | Implement plugins status save/restore : | Olivier Abad | 2000-01-04 | 1 | -108/+21 |
* | Add a "Default" button to reset the filter string to its default value. | Olivier Abad | 2000-01-03 | 1 | -1/+22 |
* | Take the "simple_dialog()" stuff out of "ui_util.h" and "gtk/ui_util.c", | Guy Harris | 2000-01-03 | 1 | -2/+2 |
* | Update a comment. | Guy Harris | 1999-12-29 | 1 | -3/+12 |
* | Add support for "--with-plugindir=<plugin install dir>" to configure. | Gerald Combs | 1999-12-28 | 1 | -3/+8 |
* | Integrate libtool/libltdl with the plugin code. Add libtool and libltdl | Gerald Combs | 1999-12-26 | 1 | -9/+20 |
* | Avoid loading "." and ".." when scanning directories for plugins | Olivier Abad | 1999-12-12 | 1 | -1/+4 |
* | Put in an RCS ID. | Olivier Abad | 1999-12-09 | 1 | -1/+3 |
* | plugins support (i.e. Dynamically loadable dissectors) | Olivier Abad | 1999-12-09 | 1 | -0/+412 |