| Commit message (Expand) | Author | Age | Files | Lines |
* | From David Howells : | Sebastien Tandel | 2007-05-29 | 1 | -3/+3 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | Add userdata arguments to a bunch of stat initialization routines to | Guy Harris | 2006-02-12 | 1 | -1/+2 |
* | add an userdata argument to register_stat_cmd_arg() and its callback to use ... | Luis Ontanon | 2006-02-11 | 1 | -21/+22 |
* | As per a suggestion by Ulf Lamping, rename gtk_*.[ch] to gui_*.[ch], so | Guy Harris | 2005-08-21 | 1 | -1/+1 |
* | Add a "register_dfilter_stat()", to register stats that take a display | Guy Harris | 2005-08-21 | 1 | -1/+2 |
* | The routines registered with "register_stat_cmd_arg()" *are* called if | Guy Harris | 2005-08-20 | 1 | -19/+69 |
* | Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals with | Guy Harris | 2005-08-20 | 1 | -1/+1 |
* | renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na... | Ulf Lamping | 2005-08-20 | 1 | -1/+1 |
* | Move the stats.[ch] stuff into epan, so plugins can use it. | Guy Harris | 2005-08-19 | 1 | -1/+1 |
* | Move the APIs for registering and processing "-z" command-line arguments | Guy Harris | 2005-08-19 | 1 | -10/+11 |
* | From Michael Lum: | Ronnie Sahlberg | 2005-08-19 | 1 | -2/+2 |
* | Squelch more const warnings (and fix some memory leaks that found). | Guy Harris | 2005-08-06 | 1 | -3/+1 |
* | More char -> const char warning fixes. | Jörg Mayer | 2005-08-05 | 1 | -3/+3 |
* | add 12 new toolbar/menu icons | Ulf Lamping | 2005-04-16 | 1 | -8/+8 |
* | Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" as | Guy Harris | 2005-04-01 | 1 | -1/+1 |
* | From Laurent Rabret: handle the cases where there's no capture file, or | Guy Harris | 2005-01-14 | 1 | -0/+2 |
* | As we've made the tap_specific_data field of a tap_packet_t structure a | Guy Harris | 2005-01-01 | 1 | -28/+24 |
* | In column sort routines, make the row pointers "const" pointers, as the | Guy Harris | 2004-12-31 | 1 | -2/+2 |
* | Move the tap infrastructure to the epan directory. | Guy Harris | 2004-09-29 | 1 | -1/+1 |
* | renamed filter_prefs to filter_dlg, as the filter settings are (well, for a l... | Ulf Lamping | 2004-07-19 | 1 | -1/+1 |
* | Move dissectors to epan/dissectors directory. | Gilbert Ramirez | 2004-07-18 | 1 | -2/+2 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | use new functions in window API (ui_util.h), | Ulf Lamping | 2004-05-23 | 1 | -46/+8 |
* | added a close button to the dialogs, | Ulf Lamping | 2004-04-12 | 1 | -34/+22 |
* | replaced sprintf / snprintf by g_snprintf, | Ulf Lamping | 2004-03-13 | 1 | -6/+5 |
* | statistics menu redesigned, now looking more like the former menu, | Ulf Lamping | 2004-02-23 | 1 | -9/+9 |
* | Redesigned the menu structure of the former statistics stuff, | Ulf Lamping | 2004-02-22 | 1 | -14/+9 |
* | Most taps that now include "tap_menu.h" no longer need to include | Guy Harris | 2004-02-11 | 1 | -2/+1 |
* | Move the declaration of "register_tap_menu_item()" into a new | Guy Harris | 2004-02-11 | 1 | -2/+2 |
* | replaced every appearance of gtk_scrolled_window_new() with | Ulf Lamping | 2004-02-06 | 1 | -4/+3 |
* | Pass ESD_BTN_OK rather than NULL as a second argument to | Guy Harris | 2004-01-31 | 1 | -2/+2 |
* | implemented dlg_button_row_new to get a standard function for | Ulf Lamping | 2004-01-21 | 1 | -17/+8 |
* | use stock buttons whereever possible, | Ulf Lamping | 2004-01-21 | 1 | -2/+2 |
* | Make Analyze/Statistics have an accelerator of Alt+A S and move | Richard Sharpe | 2004-01-03 | 1 | -9/+9 |
* | From Lars Roland: have common code to handle display filter dialogs in | Guy Harris | 2003-12-17 | 1 | -9/+9 |
* | Use gtk compatibility macros (from compat_macros.h) instead of some gtk+ | Olivier Abad | 2003-12-16 | 1 | -11/+8 |
* | Put back "menu.h" - it's needed to declare "register_tap_menu_item()". | Guy Harris | 2003-12-13 | 1 | -1/+3 |
* | removed unused #include "menu.h" from the stats.c files | Ulf Lamping | 2003-12-13 | 1 | -2/+1 |
* | Oops, I checked the wrong tap into CVS somehow. | Guy Harris | 2003-12-10 | 1 | -131/+559 |
* | From Michael Lum: | Guy Harris | 2003-12-09 | 1 | -0/+307 |