diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2024-05-15 13:46:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-15 12:46:02 +0200 |
commit | 3d1da00d8d04522e6391dd817528b90609bc9367 (patch) | |
tree | ca3a5b7ce27f125df906b6243435787b4cbd33ae /windows/nDPI.vcxproj.filters | |
parent | d6b1c24079640c37e24191898e2f05cf4deac125 (diff) |
Add Call of Duty Mobile support (#2438)
Diffstat (limited to 'windows/nDPI.vcxproj.filters')
-rw-r--r-- | windows/nDPI.vcxproj.filters | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/nDPI.vcxproj.filters b/windows/nDPI.vcxproj.filters index 61cf08b94..6f3d60d80 100644 --- a/windows/nDPI.vcxproj.filters +++ b/windows/nDPI.vcxproj.filters @@ -150,6 +150,7 @@ <ClCompile Include="..\src\lib\protocols\bfcp.c" /> <ClCompile Include="..\src\lib\protocols\iqiyi.c" /> <ClCompile Include="..\src\lib\protocols\egd.c" /> + <ClCompile Include="..\src\lib\protocols\cod_mobile.c" /> <ClCompile Include="src\getopt.c" /> <ClCompile Include="src\win-gettimeofday.c" /> <ClCompile Include="..\src\lib\ndpi_analyze.c" /> |