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/pcap | |
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/pcap')
l--------- | tests/cfgs/monitoring/pcap/stun.pcap | 1 | ||||
l--------- | tests/cfgs/monitoring/pcap/stun_google_meet.pcapng | 1 | ||||
l--------- | tests/cfgs/monitoring/pcap/stun_signal.pcapng | 1 | ||||
l--------- | tests/cfgs/monitoring/pcap/stun_wa_call.pcapng | 1 | ||||
l--------- | tests/cfgs/monitoring/pcap/stun_zoom.pcapng | 1 | ||||
l--------- | tests/cfgs/monitoring/pcap/teams.pcap | 1 | ||||
l--------- | tests/cfgs/monitoring/pcap/telegram_videocall.pcapng | 1 |
7 files changed, 7 insertions, 0 deletions
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 |