diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-01-17 11:38:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 11:38:39 +0100 |
commit | 470eaa6ff388435d7233ff2680e3ea013068d1fe (patch) | |
tree | 1351de4b75ed046ae3a136a1870fdf2a6fd983d0 /windows/nDPI.vcxproj | |
parent | 29be01ef3a111fe467eb59876864574c168560df (diff) |
Add Meraki Cloud protocol and improve other protocols (#1854)
Avoid some LineCall and Jabber false positives.
Detect Discord mid flows.
Fix Bittorrent detection.
Diffstat (limited to 'windows/nDPI.vcxproj')
-rw-r--r-- | windows/nDPI.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ <ClCompile Include="..\src\lib\protocols\line.c" /> <ClCompile Include="..\src\lib\protocols\lisp.c" /> <ClCompile Include="..\src\lib\protocols\memcached.c" /> + <ClCompile Include="..\src\lib\protocols\merakicloud.c" /> <ClCompile Include="..\src\lib\protocols\mining.c" /> <ClCompile Include="..\src\lib\protocols\modbus.c" /> <ClCompile Include="..\src\lib\protocols\mongodb.c" /> |