summaryrefslogtreecommitdiff
path: root/flowtop
diff options
context:
space:
mode:
Diffstat (limited to 'flowtop')
-rw-r--r--flowtop/.gitignore4
-rw-r--r--flowtop/Makefile19
2 files changed, 23 insertions, 0 deletions
diff --git a/flowtop/.gitignore b/flowtop/.gitignore
new file mode 100644
index 0000000..32aad4d
--- /dev/null
+++ b/flowtop/.gitignore
@@ -0,0 +1,4 @@
+*.*
+
+!.gitignore
+!Makefile
diff --git a/flowtop/Makefile b/flowtop/Makefile
new file mode 100644
index 0000000..f518f07
--- /dev/null
+++ b/flowtop/Makefile
@@ -0,0 +1,19 @@
+flowtop-libs = -lGeoIP \
+ -lurcu \
+ -lnetfilter_conntrack \
+ -lncurses \
+ -lpthread \
+ -lz
+
+flowtop-objs = xmalloc.o \
+ xio.o \
+ xutils.o \
+ oui.o \
+ hash.o \
+ dissector_eth.o \
+ dissector_80211.o \
+ dissector.o \
+ proto_none.o \
+ tprintf.o \
+ geoip.o \
+ flowtop.o