Added token ring network support.
This commit is contained in:
5
Makefile
5
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user