aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Campus <fci1908@gmail.com>2018-08-23 12:00:02 +0200
committerGitHub <noreply@github.com>2018-08-23 12:00:02 +0200
commit48f3104774b2c7f32fe29011c8739ba5c4450a23 (patch)
tree2be2b7ccc91b9a00cc537b245fdded5e36a25ef8
parentb8571475c96e3e5eb54d04fab5a042b9d94cb169 (diff)
parent58a784e3429d9a41b544bdef73fe740f168b5750 (diff)
Merge pull request #591 from alm-A/patch-2
README add protocol : removed Makefile.am step
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index 5aff79ae9..6b5a20a11 100644
--- a/README.md
+++ b/README.md
@@ -34,11 +34,9 @@ The entire procedure of adding new protocols in detail:
5. Choose (do not change anything) a selection bitmask from: src/include/ndpi_define.h
6. Add a new entry in ndpi_set_protocol_detection_bitmask2 in: src/lib/ndpi_main.c
7. Set protocol default ports in ndpi_init_protocol_defaults in: src/lib/ndpi_main.c
-8. Add the new protocol file to: src/lib/Makefile.am
-9. ./autogen.sh
-10. ./configure
-11. make
-12. make check
+8. ./autogen.sh
+9. make
+10. make check
### How to use nDPI to Block Selected Traffic