Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk service_response_time_table.c service_re

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

From: Ronnie Sahlberg <sahlberg@xxxxxxxxxxxxxxxxx>
Date: Fri, 20 Jun 2003 20:42:46 -0500 (CDT)
sahlberg    2003/06/20 20:42:46 CDT

  Modified files:
    gtk                  Makefile.am Makefile.nmake dcerpc_stat.c 
  Added files:
    gtk                  service_response_time_table.c 
                         service_response_time_table.h 
  Log:
  Break out the code for the ahndling of the Service Response Time (formerly known as RoundTripTime) table and change the table into a scrollable
  CList.
  
  As a first conversion to use the helper routines, convert DCERPC SRT statistics to use the new interface.
  This prevents some interfaces (SAMR/LSA) that contains a huge number of procedures from creating a huge table that does not fir on the screen.
  
  Later changes to the helpers may be to make the different columns sortable
  or to hide those procedures that has not been seen in the capture.
  
  Revision  Changes    Path
  1.60      +5 -1      ethereal/gtk/Makefile.am
  1.45      +2 -1      ethereal/gtk/Makefile.nmake
  1.9       +22 -182   ethereal/gtk/dcerpc_stat.c