aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/service_response_time_table.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-17- Use the common function for applying a selected filter.Stig Bjørlykke1-121/+24
2008-04-13sort #includes by directoriesUlf Lamping1-10/+14
2008-04-12where it's not necessary, remove #include "compat_macros.h"Ulf Lamping1-1/+0
2008-04-11last round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-2/+2
2008-04-11add missing braces to unbreak the buildRonnie Sahlberg1-47/+47
2008-04-11replace ITEM_FACTORY_ENTRY and ITEM_FACTORY_STOCK_ENTRY with their required d...Ulf Lamping1-47/+47
2007-12-09Add macros for various filter actions and types, and to combine themGuy Harris1-64/+62
2007-12-04Do not create an illegal filter when having an empty display filter andStig Bjørlykke1-8/+20
2007-12-04Add a break statement - not necessary in this case, but cleaner, andGuy Harris1-0/+1
2007-11-28Fix bug #954 for LDAP SRT stats along with the same problem in all the otherStephen Fisher1-7/+13
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-1/+1
2007-05-29From David Howells :Sebastien Tandel1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-02-01From Greg Morris:Anders Broman1-0/+1
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-3/+2
2005-08-22Add a "time_stat_init()" routine to initialize the fields of aGuy Harris1-59/+32
2005-08-21Use "g_strdup_printf()" rather than formatting into a fixed-lengthGuy Harris1-46/+41
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-05More char -> const char warning fixes.Jörg Mayer1-1/+1
2005-06-27Add som more const qualifiers.Anders Broman1-1/+1
2005-06-24Constify a bunch of structure members and function arguments, to squelchGuy Harris1-1/+1
2005-01-01As we've made the tap_specific_data field of a tap_packet_t structure aGuy Harris1-1/+1
2004-12-31In column sort routines, make the row pointers "const" pointers, as theGuy Harris1-2/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-02move "extern GtkWidget *main_display_filter_widget" fromUlf Lamping1-2/+3
2004-05-07rename context menu items:Ulf Lamping1-15/+15
2004-04-07make service response time statistics work for "unknown" rpc programs.Ronnie Sahlberg1-2/+20
2004-03-13replaced sprintf / snprintf by g_snprintf,Ulf Lamping1-12/+12
2004-02-23Add a "force" argument to "filter_packets()" andGuy Harris1-2/+2
2004-02-06replaced every appearance of gtk_scrolled_window_new() withUlf Lamping1-3/+3
2004-01-31Pass ESD_BTN_OK rather than NULL as a second argument toGuy Harris1-2/+2
2004-01-25apply automatically generated filters strings to the recent dropdown list,Ulf Lamping1-2/+3
2003-12-04In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *"; assignGuy Harris1-2/+2
2003-11-05update for LDAPRonnie Sahlberg1-2/+1
2003-10-10Add a ColorizeProcedure menu option to the ServiceResponseTime statistics dialogRonnie Sahlberg1-1/+16
2003-10-10Add a Find Next/Previous menu option to the ServiceResponseTimeStatistics dialogRonnie Sahlberg1-4/+27
2003-09-05Add a popup to the ServicveResponseTime tables where the user can selectRonnie Sahlberg1-2/+176
2003-09-03fix to various stats tables.Ronnie Sahlberg1-5/+4
2003-06-22From Lars Roland: Fix the service response time functions to work with GTK2.Gerald Combs1-9/+11
2003-06-21Cosmetic bug.Ronnie Sahlberg1-4/+4
2003-06-21Make the default sorting for the list be column 2 in descending order so weRonnie Sahlberg1-9/+12
2003-06-21Update the ServiceResponseTime helper routines so that the columnsRonnie Sahlberg1-4/+141
2003-06-21Break out the code for the ahndling of the Service Response Time (formerly kn...Ronnie Sahlberg1-0/+234