mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-20 01:01:34 +00:00
Fix typos.
This commit is contained in:
parent
4330fea253
commit
83d6524f7b
1 changed files with 3 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ NFStream Documentation
|
|||
|
||||
**Main Features**
|
||||
|
||||
* **Performance:** NFStream was designed to be fast with a small CPU and memory footprint.
|
||||
* **Layer-7 visibility:** NFStream dissection is based on nDPI_ (~300 applications including Tor, Messenger, WhatsApp, etc.).
|
||||
* **Performance:** **NFStream** is designed to be fast (pypy3 support) with a small CPU and memory footprint.
|
||||
* **Layer-7 visibility:** **NFStream** deep packet inspection engine is based on nDPI_. It allows NFStream to perform reliable_ encrypted applications identification in addition to TLS, SSH, DNS ans HTTP metadata extraction.
|
||||
* **Flexibility:** add a flow feature in 2 lines as an NFPlugin_.
|
||||
* **Machine Learning oriented:** add your trained model as an NFPlugin_.
|
||||
|
||||
|
|
@ -31,4 +31,5 @@ NFStream Documentation
|
|||
|
||||
.. _nDPI: https://www.ntop.org/products/deep-packet-inspection/ndpi/
|
||||
.. _NFPlugin: https://nfstream.readthedocs.io/en/latest/plugins.html
|
||||
.. _reliable: http://people.ac.upc.edu/pbarlet/papers/ground-truth.pam2014.pdf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue