Added token ring network support.

This commit is contained in:
pdw
2002-10-31 16:53:32 +00:00
parent ea08b52871
commit 0bd117e39d
8 changed files with 433 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
# $Id$
#
VERSION = 0.10
VERSION = 0.11pre1
# C compiler to use.
#CC = gcc
@@ -73,7 +73,8 @@ LDLIBS += -lpcap -lcurses -lm
SRCS = iftop.c addr_hash.c hash.c ns_hash.c resolver.c ui.c util.c sorted_list.c\
options.c serv_hash.c threadprof.c edline.c screenfilter.c
HDRS = addr_hash.h hash.h iftop.h ns_hash.h resolver.h sorted_list.h ui.h options.h sll.h\
serv_hash.h threadprof.h ether.h ip.h tcp.h screenfilter.h
serv_hash.h threadprof.h ether.h ip.h tcp.h screenfilter.h token.h llc.h \
extract.h ethertype.h
TXTS = README CHANGES INSTALL TODO iftop.8 COPYING
SPECFILE = iftop.spec iftop.spec.in