diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-01-19 10:01:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-19 10:01:38 +0100 |
commit | eb129297e90babf6025e33ae7d24a51fb4f16a11 (patch) | |
tree | f9e089042021f10e1449a21cd1252d68a1c3f452 /windows/nDPI.vcxproj | |
parent | c83698c957b3ebc21d9e5bc78928e5140f79c0f1 (diff) |
Add a dedicated dissector for Zoom (#2265)
Move it from the RTP code and extend it
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 c1803271d..9e723339b 100644 --- a/windows/nDPI.vcxproj +++ b/windows/nDPI.vcxproj @@ -356,6 +356,7 @@ <ClCompile Include="..\src\lib\protocols\ceph.c" /> <ClCompile Include="..\src\lib\protocols\steam_datagram_relay.c" /> <ClCompile Include="..\src\lib\protocols\mumble.c" /> + <ClCompile Include="..\src\lib\protocols\zoom.c" /> <ClCompile Include="..\src\lib\third_party\src\gcrypt_light.c" /> <ClCompile Include="..\src\lib\third_party\src\libcache.c" /> <ClCompile Include="..\src\lib\third_party\src\libinjection_html5.c" /> |