diff options
author | alm-A <41326835+alm-A@users.noreply.github.com> | 2018-08-22 16:18:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-22 16:18:44 +0200 |
commit | 58a784e3429d9a41b544bdef73fe740f168b5750 (patch) | |
tree | d5370f45f5f002af2fd22689a75587b7a82e9fda | |
parent | 89b3b085afa1e115d63149031a1bc897dcc52b4d (diff) |
README add protocol : removed Makefile.am step
-rw-r--r-- | README.md | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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 |