Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk mgcp_stat.c mgcp_stat.h Makefile.am Make

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 16 Apr 2003 02:24:07 -0500 (CDT)
guy         2003/04/16 02:24:07 CDT

  Modified files:
    gtk                  Makefile.am Makefile.nmake menu.c 
  Added files:
    gtk                  mgcp_stat.c mgcp_stat.h 
  Log:
  From Lars Roland:
  
  	Add Response-Time statistics for each known mgcp message-type.
  
  	Fix a few bugs and remove trailing whitespace.
  
  	Use "gdouble" for printing time-values and calculating the
  	average.  It is easier to use and shouldn't overflow on big
  	trace files like "guint32".
  
  	Move some functions for time statistics into the new file
  	timestats.c in the main directory.  This code may be useful in
  	the rpc and smb rtt-taps as well.
  
  Revision  Changes    Path
  1.55      +3 -1      ethereal/gtk/Makefile.am
  1.42      +2 -1      ethereal/gtk/Makefile.nmake
  1.86      +11 -1     ethereal/gtk/menu.c