aboutsummaryrefslogtreecommitdiff
path: root/windows/nDPI.vcxproj
diff options
context:
space:
mode:
authorIvan Nardi <12729895+IvanNardi@users.noreply.github.com>2022-10-06 17:09:26 +0200
committerGitHub <noreply@github.com>2022-10-06 17:09:26 +0200
commit1796a1d814494fa85f75d395703edbc86ead3520 (patch)
tree55b13727f8cfcf541ef235533b3ad2875bf3208f /windows/nDPI.vcxproj
parente4dcec560edf392ff7d962d430aa8a9e12e73097 (diff)
LINE_CALL: add detection of LINE voip calls (#1761)
These flows are classifed as `LINE_CALL`; another option was `RTP/LINE_CALL`. No sure about the best solution... Extend LINE domains list. Remove RTP dead code.
Diffstat (limited to 'windows/nDPI.vcxproj')
-rw-r--r--windows/nDPI.vcxproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/windows/nDPI.vcxproj b/windows/nDPI.vcxproj
index e2ee86452..26b66dd55 100644
--- a/windows/nDPI.vcxproj
+++ b/windows/nDPI.vcxproj
@@ -163,6 +163,7 @@
<ClCompile Include="..\src\lib\protocols\imo.c" />
<ClCompile Include="..\src\lib\protocols\ipsec.c" />
<ClCompile Include="..\src\lib\protocols\kismet.c" />
+ <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\mining.c" />
@@ -388,4 +389,4 @@
<Error Condition="!Exists('packages\pthreads.redist.2.9.1.4\build\native\pthreads.redist.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\pthreads.redist.2.9.1.4\build\native\pthreads.redist.targets'))" />
<Error Condition="!Exists('packages\pthreads.2.9.1.4\build\native\pthreads.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\pthreads.2.9.1.4\build\native\pthreads.targets'))" />
</Target>
-</Project> \ No newline at end of file
+</Project>