aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-04-16 07:25:12 +0000
committerGuy Harris <guy@alum.mit.edu>2003-04-16 07:25:12 +0000
commit7ddca7ecafcc8b383251e0b001b5e01a090a4fea (patch)
tree2978bb4fedf469dc86ddc1852d2295a744c20bc1 /gtk/Makefile.am
parentf17519118cbb588e3f945c8ab9847fbe87b3a8de (diff)
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. svn path=/trunk/; revision=7469
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 99bd8d357c..3fde739797 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.54 2003/03/06 20:35:12 sahlberg Exp $
+# $Id: Makefile.am,v 1.55 2003/04/16 07:24:06 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -32,6 +32,8 @@ ETHEREAL_TAP_SRC = \
dcerpc_stat.h \
io_stat.c \
io_stat.h \
+ mgcp_stat.c \
+ mgcp_stat.h \
rpc_stat.c \
rpc_stat.h \
rpc_progs.c \