diff options
author | yimao <yimaolove@gmail.com> | 2016-08-20 11:05:10 +0800 |
---|---|---|
committer | yimao <yimaolove@gmail.com> | 2016-08-20 11:05:10 +0800 |
commit | ed35c466ae9cadc4312c19acb9ffc0b90aee4fba (patch) | |
tree | 7f3e153b317686eb7d75f6d640b7d97cde8f933f /README.md | |
parent | 48341094a37f40a2cd9d67a948eef8efc5167339 (diff) |
Fix README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ Please note that the pre-requisites for compilation include: The entire procedure of adding new protocols in detail: -1. Add new protocol together with its unique ID to: src/include/ndpi_protocols_osdpi.h +1. Add new protocol together with its unique ID to: src/include/ndpi_protocol_ids.h 2. Create a new protocol in: src/lib/protocols/ 3. Variables to be kept for the duration of the entire flow (as state variables) needs to be placed in: /include/ndpi_structs.h in ndpi_flow_tcp_struct (for TCP only), ndpi_flow_udp_struct (for UDP only), or ndpi_flow_struct (for both). 4. Add a new entry for the search function for the new protocol in: src/include/ndpi_protocols.h |