aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/smb_stat.c
AgeCommit message (Collapse)AuthorFilesLines
2003-06-22From Lars Roland: Fix the service response time functions to work with GTK2.Gerald Combs1-1/+5
svn path=/trunk/; revision=7911
2003-06-21"gtk_window_set_default_size()" takes a GtkWindow *, not a GtkWidget *,Guy Harris1-2/+2
as its first argument. svn path=/trunk/; revision=7909
2003-06-21Update SMB statistics tap to use the new CList helper routines.Ronnie Sahlberg1-285/+62
svn path=/trunk/; revision=7907
2003-04-25From Lars Roland:Guy Harris1-79/+22
Filter dialog for the MGCP statistics tap. Routines for building GUI table displays for statistics taps. Use the timestats.c routines in the SMB statistics tap. svn path=/trunk/; revision=7561
2003-04-23Make "register_tap_listener()" return NULL on success and a "GString *"Guy Harris1-6/+6
referring to a GString containing an error message on failure, and don't have it print anything on failure. If it fails, have its Tethereal-tap callers print an error message before exiting, and have its Ethereal callers pop up a dialog box with the error (except in cases where the failure is guaranteed not to be the user's fault, and where we exit, in which case we just print an error message before we exit). In all cases, the error message includes the text of the GString. Fix a scanf format string in the DCE RPC statistics Ethereal tap, so that it properly skips the comma before the filter string. Fix some Ethereal error messages not to say "tethereal". svn path=/trunk/; revision=7542
2003-04-23Have "register_tap_menu_item()" create submenus as necessary for a menuGuy Harris1-9/+15
item. Convert all Ethereal (GUI) taps to use "register_tap_menu_item()" rather than having hardcoded menu items in "gtk/menu.c". svn path=/trunk/; revision=7541
2003-04-23Allow taps to have menu item registration routines; the menu itemGuy Harris1-2/+2
registration routines, for taps with menu items (taps that can be run from the "Tools->Statistics" menu), create the menu item for the tap. "make-tapreg-dotc" constructs a "register_all_tap_menus()" function that calls all the tap menu item registration routines it finds, and Ethereal calls that routine after the main window has been constructed (so that the main menu exists, as the menu items are added to it). (Tethereal doesn't call it.) Get rid of the "menu" and "menu_init" arguments to "register_ethereal_tap"; the menu item is registered in the tap's menu item registration routine, not in its main registration routine. Have the RTP GUI tap register its menu item that way, rather than by having it compiled into "gtk/menu.c". (We're not ready yet to have taps whose menu items are under a submenu register themselves in that fashion, as "register_tap_menu_item()" can't yet create submenus.) svn path=/trunk/; revision=7540
2003-04-22Update to smb rtt stat for ethereal so that we can provide a filter for whichRonnie Sahlberg1-3/+66
packets we have data. Similar to oncrpc rtt stats smb rtt stats will also open a small window where a filter string can be specified. Only those packets matching the filter will be considered in calculating the rtt statistics. svn path=/trunk/; revision=7528
2003-01-22New files for the SMB RTT statistics featureRonnie Sahlberg1-0/+501
svn path=/trunk/; revision=6967