aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/dcerpc_stat.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-10Not all LDAP PDUs are aligned to the start of a TCP segment.Ronnie Sahlberg1-2/+41
2003-10-27Add filter button support to FibreChannel stats and DCERPC stats.Richard Sharpe1-5/+17
2003-10-10Fix a bug for the DCERPC stats window where it forgot to print the title insi...Ronnie Sahlberg1-4/+14
2003-10-10Updated the DCERPC service response time to also offer the menu toRonnie Sahlberg1-2/+8
2003-09-26Assorted GUI cleanups.Guy Harris1-37/+55
2003-09-24Pass a pointer to a "capture_file" structure toGuy Harris1-2/+3
2003-09-19Provide a mechanism by which a tap can arrange to have its menu enabledGuy Harris1-2/+3
2003-09-17Have "register_tap_menu_item()" put the item under Tools, notGuy Harris1-2/+2
2003-09-15Add a routine to return the display name for a "capture_file" structure,Guy Harris1-10/+3
2003-09-15Keep a "display name" as part of a capture_file structure; for liveGuy Harris1-5/+5
2003-09-15From Graeme Hewson:Guy Harris1-3/+9
2003-09-05Include <string.h> to get "strcmp()" declared.Guy Harris1-1/+2
2003-09-05Add a popup to the ServicveResponseTime tables where the user can selectRonnie Sahlberg1-2/+2
2003-09-05Update DCERPCSTAT, change the program menu to show the programs sorted in alp...Ronnie Sahlberg1-10/+73
2003-09-02When putting the filename in the titlebarRonnie Sahlberg1-3/+4
2003-08-25Update to IO-Stat to put the capture filename on the titlebarRonnie Sahlberg1-3/+7
2003-08-19Update to the Response Time Statistics taps.Ronnie Sahlberg1-1/+8
2003-06-22From Lars Roland: Fix the service response time functions to work with GTK2.Gerald Combs1-2/+5
2003-06-21"gtk_window_set_default_size()" takes a GtkWindow *, not a GtkWidget *,Guy Harris1-2/+2
2003-06-21Break out the code for the ahndling of the Service Response Time (formerly kn...Ronnie Sahlberg1-183/+23
2003-04-25Fix a compiler warning.Guy Harris1-2/+2
2003-04-24Make the dialog box "transient for" the main window, as we do with otherGuy Harris1-7/+50
2003-04-23Make "register_tap_listener()" return NULL on success and a "GString *"Guy Harris1-10/+12
2003-04-23Have "register_tap_menu_item()" create submenus as necessary for a menuGuy Harris1-3/+9
2003-04-23Allow taps to have menu item registration routines; the menu itemGuy Harris1-2/+2
2002-11-11Use gtk1/gtk2 compatibility macros to reduce #ifdefs.Olivier Abad1-10/+9
2002-11-06First step in creating an API to register TAPs for use with ethereal instead ...Ronnie Sahlberg1-9/+48
2002-10-25From Ronnie Sahlberg: Ethereal support for DCERPCSTAT.Guy Harris1-0/+576