diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2022-10-06 17:09:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-06 17:09:26 +0200 |
commit | 1796a1d814494fa85f75d395703edbc86ead3520 (patch) | |
tree | 55b13727f8cfcf541ef235533b3ad2875bf3208f /windows/nDPI.vcxproj | |
parent | e4dcec560edf392ff7d962d430aa8a9e12e73097 (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.vcxproj | 3 |
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> |