| Commit message (Expand) | Author | Age | Files | Lines |
* | add an userdata argument to register_stat_cmd_arg() and its callback to use ... | Luis Ontanon | 2006-02-11 | 1 | -3/+3 |
* | from Bill Meyer | Ronnie Sahlberg | 2006-02-01 | 1 | -12/+8 |
* | fix #152 | Ulf Lamping | 2005-12-31 | 1 | -0/+1 |
* | Make the processing of "-z" arguments in the Tethereal I/O stat tap more | Guy Harris | 2005-10-27 | 1 | -17/+7 |
* | Have cf_retap_packets() take an argument that indicates whether to | Guy Harris | 2005-09-14 | 1 | -3/+3 |
* | EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! | Ulf Lamping | 2005-08-24 | 1 | -3/+2 |
* | 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 |
* | 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 |
* | strdup -> g_strdup and alike | Ulf Lamping | 2005-08-17 | 1 | -3/+3 |
* | Last set of char -> const char trivial warning fixes. | Jörg Mayer | 2005-08-06 | 1 | -6/+6 |
* | Squelch more const warnings (and fix some memory leaks that found). | Guy Harris | 2005-08-06 | 1 | -2/+2 |
* | make io-stat able to do SUM(*) for FT_RELATIVE_TIME fields | Ronnie Sahlberg | 2005-07-15 | 1 | -0/+5 |
* | increase the length of the field field from 30 to 50 characters so that hopef... | Ronnie Sahlberg | 2005-04-20 | 1 | -1/+1 |
* | Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" as | Guy Harris | 2005-04-01 | 1 | -1/+1 |
* | huge cleanup of capture file API (functions in file.c/file.h). | Ulf Lamping | 2005-02-04 | 1 | -3/+3 |
* | add some more online help functionality and help buttons at various dialog bo... | Ulf Lamping | 2005-01-20 | 1 | -7/+18 |
* | Add casts of OBJECT_SET_DATA() arguments in cases where that's | Guy Harris | 2005-01-01 | 1 | -11/+12 |
* | As we've made the tap_specific_data field of a tap_packet_t structure a | Guy Harris | 2005-01-01 | 1 | -1/+1 |
* | "gtk_entry_get_text()" returns a "const char *" - assign the result to | Guy Harris | 2004-12-31 | 1 | -5/+5 |
* | Make the tone of the error messages a bit less formal, by using | Guy Harris | 2004-12-29 | 1 | -2/+2 |
* | Move the tap infrastructure to the epan directory. | Guy Harris | 2004-09-29 | 1 | -1/+1 |
* | From Ian Schorr: don't check the validity of the field name for an | Guy Harris | 2004-07-27 | 1 | -7/+7 |
* | renamed filter_prefs to filter_dlg, as the filter settings are (well, for a l... | Ulf Lamping | 2004-07-19 | 1 | -4/+1 |
* | 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 | -18/+5 |
* | going to have a standard behaviour of the dialogs | Ulf Lamping | 2004-05-22 | 1 | -4/+2 |
* | Report problems due to the user specifying something we can't handle as | Guy Harris | 2004-04-17 | 1 | -7/+7 |
* | replaced sprintf / snprintf by g_snprintf, | Ulf Lamping | 2004-03-13 | 1 | -28/+28 |
* | update to iostat make it automagically make sure the field is part of the ... | Ronnie Sahlberg | 2004-03-08 | 1 | -7/+59 |
* | added dfilter string syntax check to various places | Ulf Lamping | 2004-02-27 | 1 | -1/+2 |
* | changed some labels | Ulf Lamping | 2004-02-25 | 1 | -11/+59 |
* | minor redesign of the dialog | Ulf Lamping | 2004-02-24 | 1 | -43/+62 |
* | added a "Close" button to the dialog | Ulf Lamping | 2004-02-24 | 1 | -3/+29 |
* | changed title and menu registering to "IO Graphs" | Ulf Lamping | 2004-02-23 | 1 | -8/+8 |
* | Changed all items to "Endpoint List" and get rid of the "Host List" group. | Ulf Lamping | 2004-02-23 | 1 | -3/+3 |
* | 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 |
* | Add a "window_new()" routine that creates a window of a given type, sets | Guy Harris | 2004-02-13 | 1 | -4/+7 |
* | Most taps that now include "tap_menu.h" no longer need to include | Guy Harris | 2004-02-11 | 1 | -3/+1 |
* | Move the declaration of "register_tap_menu_item()" into a new | Guy Harris | 2004-02-11 | 1 | -2/+2 |
* | Add a routine to be used to put up alert boxes for invalid display | Guy Harris | 2004-02-11 | 1 | -3/+3 |
* | Pass ESD_BTN_OK rather than NULL as a second argument to | Guy Harris | 2004-01-31 | 1 | -9/+9 |
* | use stock buttons whereever possible, | Ulf Lamping | 2004-01-21 | 1 | -2/+2 |
* | Add a routine "retap_packet()" that runs through all packets, dissecting | Guy Harris | 2004-01-13 | 1 | -28/+14 |
* | "dfilter_compile()" supplies a null dfilter pointer for an empty filter | Guy Harris | 2004-01-13 | 1 | -2/+3 |
* | Add a routine "io_stat_reset()" to reset an io_stat_t; have | Guy Harris | 2004-01-13 | 1 | -123/+100 |