aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2001-03-22 23:54:47 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2001-03-22 23:54:47 +0000
commit2218ce1220aba62c515952ac2d79844bccea1ba9 (patch)
tree270db3ea5620aa7ca4d307425c12db2caf72a9b8 /Makefile.am
parentc2b31166ed69b75a2a3eb535ccfe8700556bbb79 (diff)
Add a new tool which summarizes packet counts by protocols, but
organizes the protocols in the same hierarchical order in which they are found in the packet. The GUI needs some more refinement (placment of vertical scrollbar, style of GtkCTree, initial sizing of window). I need to add an option to honor/not honor the current display filter. svn path=/trunk/; revision=3162
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 92151a4bfe..cfbe9ebbdc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.293 2001/03/18 03:34:22 guy Exp $
+# $Id: Makefile.am,v 1.294 2001/03/22 23:54:44 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -371,6 +371,8 @@ ethereal_SOURCES = \
filters.h \
globals.h \
menu.h \
+ proto_hier_stats.h \
+ proto_hier_stats.c \
simple_dialog.h \
summary.c \
summary.h \