diff options
author | Lorenzo Mangani <lorenzo.mangani@gmail.com> | 2015-09-29 01:04:46 +0200 |
---|---|---|
committer | Lorenzo Mangani <lorenzo.mangani@gmail.com> | 2015-09-29 01:04:46 +0200 |
commit | 00bfba1d7796d38c755ab0cd28216deef97b173a (patch) | |
tree | 9af590d2b4dfa3c5e2013f34d29be17be1c43151 /README.md | |
parent | 76c963a70c669ae567ddad5c48fe7c67aeda5e44 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 14 insertions, 6 deletions
@@ -1,8 +1,11 @@ -# What is nDPI ? +![ntop][ntopng_logo] ![ntop][ntop_logo] +# nDPI + +## What is nDPI ? nDPI is an open source LGPLv3 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 answered emails so we have decided to create our own source tree -# How To Compile nDPI +### How To Compile nDPI In order to compile this library do @@ -14,7 +17,7 @@ Please note that the pre-requisites for compilation include: - GNU tools (autogen, automake, autoconf, libtool) - GNU C compiler (gcc) -# How To Add A New Protocol Dissector +### How To Add A New Protocol Dissector The entire procedure of adding new protocols in detail: @@ -30,13 +33,18 @@ The entire procedure of adding new protocols in detail: 10. ./configure 11. make -# Creating A Source File Tar Ball +### Creating A Source File Tar Ball If you want to distribute a source tar file of nDPI do: - make dist -# Acknowledgements +### Acknowledgements + +Many thanks to <A HREF=http://www.radcom.com>Radcom</A> Ltd for supporting the development of nDPI. + + +[ntopng_logo]: https://camo.githubusercontent.com/0f789abcef232035c05e0d2e82afa3cc3be46485/687474703a2f2f7777772e6e746f702e6f72672f77702d636f6e74656e742f75706c6f6164732f323031312f30382f6e746f706e672d69636f6e2d313530783135302e706e67 -Many thanks to <A HREF=http://www.radcom.com>Radcom</A> Ltd for supporting the development of nDPI.
\ No newline at end of file +[ntop_logo]: https://camo.githubusercontent.com/58e2a1ecfff62d8ecc9d74633bd1013f26e06cba/687474703a2f2f7777772e6e746f702e6f72672f77702d636f6e74656e742f75706c6f6164732f323031352f30352f6e746f702e706e67 |