aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Deri <deri@Lucas-MacBookPro.local>2015-04-19 08:40:11 +0200
committerLuca Deri <deri@Lucas-MacBookPro.local>2015-04-19 08:40:11 +0200
commitb3f14bee1c2fe0f9fb1f29848aaa9bd518a15b95 (patch)
treeed5d30204d9c107bbb1363e97645b4861f8c7da2
parent2e5ceac844c32fb52f4f3042be5b872f8b0b4ff0 (diff)
Updated format
-rw-r--r--README.md13
1 files changed, 5 insertions, 8 deletions
diff --git a/README.md b/README.md
index d2bc89259..1d6aeec77 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,12 @@
-This directory contains a modified version of OpenDPI which
-includes ntop extensions. I have tried to push them into the
-OpenDPI source tree but nobody in answering emails so I have
-decided to create my own source tree
+nDPI is an open source GPLv3 library for deep-packet inspection. Based on OpenDPI it includes ntop extensions. We have tried to push them into the OpenDPI source tree but nobody in answering emails so we have decided to create mour own source tree
==========
In order to compile this library do
-# ./autogen.sh
-# ./configure
-# make
+- ./autogen.sh
+- ./configure
+- make
Please note that the pre-requisites for compilation include:
- GNU tools (autogen, automake, autoconf, libtool)
@@ -52,7 +49,7 @@ src/lib/Makefile.am
If you want to distribute a source tar file of nDPI do:
-# make dist
+- make dist
--------------------------
April 2015 - ntop \ No newline at end of file