repo.or.cz
/
netsniff-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bpfc: allow bpf programs to be passed to cpp
[netsniff-ng.git]
/
flowtop
/
Makefile
blob
29a58ce863e1dead91090109617b8c0bc0a4a2cb
1
flowtop-libs
= -
lGeoIP \
2
-
lurcu \
3
-
lnetfilter_conntrack \
4
$(
shell
pkg-config
--
libs ncurses
)
\
5
-
lpthread \
6
-
lz
7
8
flowtop-objs
=
xmalloc.o \
9
xio.o \
10
xutils.o \
11
oui.o \
12
hash.o \
13
dissector_eth.o \
14
dissector_80211.o \
15
dissector.o \
16
proto_none.o \
17
tprintf.o \
18
geoip.o \
19
flowtop.o