diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-10-14 18:05:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-14 18:05:35 +0200 |
commit | 521d0ca7a0196889f5452a2e725f8e01ddf79efb (patch) | |
tree | 06b76aa973aa8cf380c064750c4b9a052af82e29 /tests/cfgs/monitoring/config.txt | |
parent | 44d0d9454c5db4e7863ed0b83c94de08eb19e132 (diff) |
Add monitoring capability (#2588)
Allow nDPI to process the entire flows and not only the first N packets.
Usefull when the application is interested in some metadata spanning the
entire life of the session.
As initial step, only STUN flows can be put in monitoring.
See `doc/monitoring.md` for further details.
This feature is disabled by default.
Close #2583
Diffstat (limited to 'tests/cfgs/monitoring/config.txt')
-rw-r--r-- | tests/cfgs/monitoring/config.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cfgs/monitoring/config.txt b/tests/cfgs/monitoring/config.txt new file mode 100644 index 000000000..6c7878a05 --- /dev/null +++ b/tests/cfgs/monitoring/config.txt @@ -0,0 +1 @@ +--cfg=packets_limit_per_flow,64 --cfg=stun,monitoring,1 --cfg=stun,max_packets_extra_dissection,32 -U 0 -T 0 |