aboutsummaryrefslogtreecommitdiff
path: root/tests/cfgs/monitoring/pcap
diff options
context:
space:
mode:
authorIvan Nardi <12729895+IvanNardi@users.noreply.github.com>2024-10-14 18:05:35 +0200
committerGitHub <noreply@github.com>2024-10-14 18:05:35 +0200
commit521d0ca7a0196889f5452a2e725f8e01ddf79efb (patch)
tree06b76aa973aa8cf380c064750c4b9a052af82e29 /tests/cfgs/monitoring/pcap
parent44d0d9454c5db4e7863ed0b83c94de08eb19e132 (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.pcap1
l---------tests/cfgs/monitoring/pcap/stun_google_meet.pcapng1
l---------tests/cfgs/monitoring/pcap/stun_signal.pcapng1
l---------tests/cfgs/monitoring/pcap/stun_wa_call.pcapng1
l---------tests/cfgs/monitoring/pcap/stun_zoom.pcapng1
l---------tests/cfgs/monitoring/pcap/teams.pcap1
l---------tests/cfgs/monitoring/pcap/telegram_videocall.pcapng1
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