| Commit message (Expand) | Author | Age | Files | Lines |
* | From Kovarththanan Rajaratnam: | Anders Broman | 2009-07-08 | 1 | -1/+1 |
* | Change window_new() to dlg_window_new() and destroy the window with the top l... | Anders Broman | 2009-06-21 | 1 | -2/+4 |
* | Have tap listeners specify whether the "packet" routine requires | Guy Harris | 2009-06-05 | 1 | -1/+1 |
* | Warningfix: | Jörg Mayer | 2009-05-08 | 1 | -1/+1 |
* | Turn on -Wshorten-64-to-32 by default, and fix some issues that turned | Guy Harris | 2009-04-21 | 1 | -1/+1 |
* | Get rid of Clists, move a comment, move display as hex to gui_utils. | Anders Broman | 2009-03-16 | 1 | -229/+164 |
* | Fix some "format not a string literal and no format arguments" warnings. | Stig Bjørlykke | 2008-10-31 | 1 | -1/+1 |
* | sort #includes by directories | Ulf Lamping | 2008-04-13 | 1 | -12/+15 |
* | where it's not necessary, remove #include "compat_macros.h" | Ulf Lamping | 2008-04-12 | 1 | -1/+0 |
* | Start getting rid of the uses of compat_macro.h's macros. | Stephen Fisher | 2008-04-09 | 1 | -4/+4 |
* | Fix for bug #2250 | Stephen Fisher | 2008-02-09 | 1 | -4/+4 |
* | From David Howells : | Sebastien Tandel | 2007-05-29 | 1 | -2/+2 |
* | When computing average: use 0 as avg if divisor=0 | Bill Meier | 2007-05-24 | 1 | -1/+7 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | add an userdata argument to register_stat_cmd_arg() and its callback to use ... | Luis Ontanon | 2006-02-11 | 1 | -2/+3 |
* | 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 | -16/+11 |
* | 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 | -3/+4 |
* | From Michael Lum: | Ronnie Sahlberg | 2005-08-19 | 1 | -1/+1 |
* | 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 | -2/+2 |
* | add 12 new toolbar/menu icons | Ulf Lamping | 2005-04-16 | 1 | -1/+1 |
* | 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 | -1/+1 |
* | As we've made the tap_specific_data field of a tap_packet_t structure a | Guy Harris | 2005-01-01 | 1 | -18/+13 |
* | 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 | -1/+1 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Change C++ style comments | Jörg Mayer | 2004-05-26 | 1 | -3/+3 |
* | use new functions in window API (ui_util.h), | Ulf Lamping | 2004-05-23 | 1 | -46/+11 |
* | From Michael Lum: | Guy Harris | 2004-04-21 | 1 | -29/+56 |
* | added a close button to the dialogs, | Ulf Lamping | 2004-04-12 | 1 | -35/+23 |
* | 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 | -2/+2 |
* | Redesigned the menu structure of the former statistics stuff, | Ulf Lamping | 2004-02-22 | 1 | -7/+3 |
* | 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 | -5/+4 |
* | 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 |
* | #if 0 out test that causes an always false warning | Jörg Mayer | 2004-01-11 | 1 | -1/+3 |
* | Not that it really matters as the test still alwas evaluates to false: | Jörg Mayer | 2004-01-07 | 1 | -2/+2 |
* | Make Analyze/Statistics have an accelerator of Alt+A S and move | Richard Sharpe | 2004-01-03 | 1 | -2/+2 |