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.pcap | 1 + tests/cfgs/monitoring/pcap/stun_google_meet.pcapng | 1 + tests/cfgs/monitoring/pcap/stun_signal.pcapng | 1 + tests/cfgs/monitoring/pcap/stun_wa_call.pcapng | 1 + tests/cfgs/monitoring/pcap/stun_zoom.pcapng | 1 + tests/cfgs/monitoring/pcap/teams.pcap | 1 + tests/cfgs/monitoring/pcap/telegram_videocall.pcapng | 1 + 7 files changed, 7 insertions(+) create mode 120000 tests/cfgs/monitoring/pcap/stun.pcap create mode 120000 tests/cfgs/monitoring/pcap/stun_google_meet.pcapng create mode 120000 tests/cfgs/monitoring/pcap/stun_signal.pcapng create mode 120000 tests/cfgs/monitoring/pcap/stun_wa_call.pcapng create mode 120000 tests/cfgs/monitoring/pcap/stun_zoom.pcapng create mode 120000 tests/cfgs/monitoring/pcap/teams.pcap create mode 120000 tests/cfgs/monitoring/pcap/telegram_videocall.pcapng (limited to 'tests/cfgs/monitoring/pcap') diff --git a/tests/cfgs/monitoring/pcap/stun.pcap b/tests/cfgs/monitoring/pcap/stun.pcap new file mode 120000 index 000000000..557c81f93 --- /dev/null +++ b/tests/cfgs/monitoring/pcap/stun.pcap @@ -0,0 +1 @@ +../../default/pcap/stun.pcap \ No newline at end of file diff --git a/tests/cfgs/monitoring/pcap/stun_google_meet.pcapng b/tests/cfgs/monitoring/pcap/stun_google_meet.pcapng new file mode 120000 index 000000000..384c2884f --- /dev/null +++ b/tests/cfgs/monitoring/pcap/stun_google_meet.pcapng @@ -0,0 +1 @@ +../../default/pcap/stun_google_meet.pcapng \ No newline at end of file diff --git a/tests/cfgs/monitoring/pcap/stun_signal.pcapng b/tests/cfgs/monitoring/pcap/stun_signal.pcapng new file mode 120000 index 000000000..b3672ae37 --- /dev/null +++ b/tests/cfgs/monitoring/pcap/stun_signal.pcapng @@ -0,0 +1 @@ +../../default/pcap/stun_signal.pcapng \ No newline at end of file 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 diff --git a/tests/cfgs/monitoring/pcap/stun_zoom.pcapng b/tests/cfgs/monitoring/pcap/stun_zoom.pcapng new file mode 120000 index 000000000..1138a74db --- /dev/null +++ b/tests/cfgs/monitoring/pcap/stun_zoom.pcapng @@ -0,0 +1 @@ +../../default/pcap/stun_zoom.pcapng \ No newline at end of file diff --git a/tests/cfgs/monitoring/pcap/teams.pcap b/tests/cfgs/monitoring/pcap/teams.pcap new file mode 120000 index 000000000..3aa985b9e --- /dev/null +++ b/tests/cfgs/monitoring/pcap/teams.pcap @@ -0,0 +1 @@ +../../default/pcap/teams.pcap \ No newline at end of file diff --git a/tests/cfgs/monitoring/pcap/telegram_videocall.pcapng b/tests/cfgs/monitoring/pcap/telegram_videocall.pcapng new file mode 120000 index 000000000..3279abf91 --- /dev/null +++ b/tests/cfgs/monitoring/pcap/telegram_videocall.pcapng @@ -0,0 +1 @@ +../../default/pcap/telegram_videocall.pcapng \ No newline at end of file -- cgit v1.2.3