| Commit message (Expand) | Author | Age | Files | Lines |
* | Change window_new() to dlg_window_new() and destroy the window with the top l... | Anders Broman | 2009-06-21 | 1 | -1/+2 |
* | Have tap listeners specify whether the "packet" routine requires | Guy Harris | 2009-06-05 | 1 | -2/+2 |
* | Fix some "format not a string literal and no format arguments" warnings. | Stig Bjørlykke | 2008-10-31 | 1 | -1/+1 |
* | Bring the windows to front when rescanning of packets are done. | Stig Bjørlykke | 2008-10-13 | 1 | -0/+1 |
* | Don't put (non-extern'd) prototypes for protect_thread_critical_region() and | Jeff Morriss | 2008-08-05 | 1 | -4/+3 |
* | sort #includes by directories | Ulf Lamping | 2008-04-13 | 1 | -7/+8 |
* | move tap_dfilter_dlg.h from / to /gtk (and use the callback mechanism in main... | Ulf Lamping | 2008-04-12 | 1 | -1/+1 |
* | where it's not necessary, remove #include "compat_macros.h" | Ulf Lamping | 2008-04-12 | 1 | -1/+0 |
* | last round to replace SIGNAL_CONNECT with g_signal_connect | Ulf Lamping | 2008-04-11 | 1 | -2/+2 |
* | OBJECT_..._DATA --> g_object_..._data | Bill Meier | 2008-04-11 | 1 | -1/+1 |
* | Fix bug #954 for LDAP SRT stats along with the same problem in all the other | Stephen Fisher | 2007-11-28 | 1 | -2/+4 |
* | 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/+1 |
* | Have cf_retap_packets() take an argument that indicates whether to | Guy Harris | 2005-09-14 | 1 | -1/+1 |
* | Use the tap_dfilter_dlg mechanism. | Guy Harris | 2005-08-21 | 1 | -116/+10 |
* | 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 |
* | Squelch more const warnings (and fix some memory leaks that found). | Guy Harris | 2005-08-06 | 1 | -9/+9 |
* | 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 | -1/+1 |
* | As we've made the tap_specific_data field of a tap_packet_t structure a | Guy Harris | 2005-01-01 | 1 | -2/+2 |
* | "gtk_entry_get_text()" returns a "const char *" - assign the result to | 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 |
* | move "extern GtkWidget *main_display_filter_widget" from | Ulf Lamping | 2004-06-02 | 1 | -2/+2 |
* | use gtk_window_set_default_size() instead of WIDGET_SET_SIZE() for the dialogs, | Ulf Lamping | 2004-05-27 | 1 | -2/+2 |
* | use new functions in window API (ui_util.h), | Ulf Lamping | 2004-05-23 | 1 | -26/+16 |
* | added a close button to the dialogs, | Ulf Lamping | 2004-04-12 | 1 | -10/+20 |
* | replaced sprintf / snprintf by g_snprintf, | Ulf Lamping | 2004-03-13 | 1 | -2/+2 |
* | added dfilter string syntax check to various places | Ulf Lamping | 2004-02-27 | 1 | -1/+2 |
* | statistics menu redesigned, now looking more like the former menu, | Ulf Lamping | 2004-02-23 | 1 | -2/+2 |
* | WIDGET_SET_SIZE(-2) is asserted by current GTK2 libs, so don't use it | Ulf Lamping | 2004-02-22 | 1 | -2/+2 |
* | Redesigned the menu structure of the former statistics stuff, | Ulf Lamping | 2004-02-22 | 1 | -6/+2 |
* | Add a "window_new()" routine that creates a window of a given type, sets | Guy Harris | 2004-02-13 | 1 | -6/+10 |
* | 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 |
* | 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 | -18/+9 |
* | use stock buttons whereever possible, | Ulf Lamping | 2004-01-21 | 1 | -3/+3 |
* | Use "retap_packets()" rather than "redissect_packets()". | Guy Harris | 2004-01-13 | 1 | -2/+2 |
* | using button compatibility macros | Ulf Lamping | 2004-01-10 | 1 | -6/+2 |
* | Make Analyze/Statistics have an accelerator of Alt+A S and move | Richard Sharpe | 2004-01-03 | 1 | -2/+2 |
* | From Lars Roland: have common code to handle display filter dialogs in | Guy Harris | 2003-12-17 | 1 | -2/+2 |
* | Use gtk compatibility macros (from compat_macros.h) instead of some gtk+ | Olivier Abad | 2003-12-16 | 1 | -2/+2 |