From 470eaa6ff388435d7233ff2680e3ea013068d1fe Mon Sep 17 00:00:00 2001
From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com>
Date: Tue, 17 Jan 2023 11:38:39 +0100
Subject: Add Meraki Cloud protocol and improve other protocols (#1854)
Avoid some LineCall and Jabber false positives.
Detect Discord mid flows.
Fix Bittorrent detection.
---
windows/nDPI.vcxproj | 1 +
windows/nDPI.vcxproj.filters | 1 +
2 files changed, 2 insertions(+)
(limited to 'windows')
diff --git a/windows/nDPI.vcxproj b/windows/nDPI.vcxproj
index 1cb0ce836..09da6e5fa 100644
--- a/windows/nDPI.vcxproj
+++ b/windows/nDPI.vcxproj
@@ -167,6 +167,7 @@
+
diff --git a/windows/nDPI.vcxproj.filters b/windows/nDPI.vcxproj.filters
index b3e28e89a..baa18660d 100644
--- a/windows/nDPI.vcxproj.filters
+++ b/windows/nDPI.vcxproj.filters
@@ -143,6 +143,7 @@
+
--
cgit v1.2.3