From 521d0ca7a0196889f5452a2e725f8e01ddf79efb Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Mon, 14 Oct 2024 18:05:35 +0200 Subject: 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 --- tests/cfgs/monitoring/pcap/stun_wa_call.pcapng | 1 + 1 file changed, 1 insertion(+) create mode 120000 tests/cfgs/monitoring/pcap/stun_wa_call.pcapng (limited to 'tests/cfgs/monitoring/pcap/stun_wa_call.pcapng') diff --git a/tests/cfgs/monitoring/pcap/stun_wa_call.pcapng b/tests/cfgs/monitoring/pcap/stun_wa_call.pcapng new file mode 120000 index 000000000..ed21bb05e --- /dev/null +++ b/tests/cfgs/monitoring/pcap/stun_wa_call.pcapng @@ -0,0 +1 @@ +../../default/pcap/stun_wa_call.pcapng \ No newline at end of file -- cgit v1.2.3