Created iftop-dump

This commit is contained in:
pdw
2007-03-03 16:01:48 +00:00
parent 86013fabd6
commit 6458ed04f5
8 changed files with 578 additions and 17 deletions

View File

@@ -10,7 +10,7 @@
# $Id$
#
sbin_PROGRAMS = iftop
sbin_PROGRAMS = iftop iftop-dump
iftop_SOURCES = addr_hash.c edline.c hash.c iftop.c ns_hash.c \
options.c resolver.c screenfilter.c serv_hash.c \
@@ -18,6 +18,14 @@ iftop_SOURCES = addr_hash.c edline.c hash.c iftop.c ns_hash.c \
addrs_ioctl.c addrs_dlpi.c dlcommon.c \
stringmap.c cfgfile.c vector.c
iftop_dump_SOURCES = counter_hash.c hash.c iftop-dump.c \
options.c \
util.c \
addrs_ioctl.c addrs_dlpi.c dlcommon.c \
stringmap.c cfgfile.c
noinst_HEADERS = addr_hash.h ether.h ethertype.h extract.h hash.h iftop.h \
integers.h ip.h llc.h ns_hash.h options.h resolver.h \
screenfilter.h serv_hash.h sll.h sorted_list.h tcp.h \