aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-06-21 01:42:46 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-06-21 01:42:46 +0000
commitdea1a0a6e46299b799395a0e40fef7beb9839858 (patch)
tree27280932b0a12e10a02acb2ddd18086105e4c1fe /gtk/Makefile.am
parent8d241c2d68ebb33ba0546587118299c1abe3a6ce (diff)
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. svn path=/trunk/; revision=7903
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 5bf89c5270..9cefde8f62 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for the GTK interface routines for Ethereal
#
-# $Id: Makefile.am,v 1.59 2003/04/25 20:54:18 guy Exp $
+# $Id: Makefile.am,v 1.60 2003/06/21 01:42:45 sahlberg Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -108,6 +108,8 @@ libui_a_SOURCES = \
proto_hier_stats_dlg.h \
proto_hier_stats_dlg.c \
simple_dialog.c \
+ service_response_time_table.c \
+ service_response_time_table.h \
stream_prefs.c \
stream_prefs.h \
summary_dlg.c \
@@ -184,6 +186,8 @@ libui_a_SOURCES = \
proto_draw.h \
proto_hier_stats_dlg.h \
proto_hier_stats_dlg.c \
+ service_response_time_table.c \
+ service_response_time_table.h \
simple_dialog.c \
stream_prefs.c \
stream_prefs.h \