diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2024-03-05 13:00:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-05 11:00:52 +0100 |
commit | e7f1946ae72121c0f0c03cdbf12248464239c73c (patch) | |
tree | 1a67bbc05402ef7ce3b38273e224fb8b96581f02 /windows/nDPI.vcxproj | |
parent | 58fdc9fafb04ed66ae06aa4bb32cfeb8932df200 (diff) |
Add NetEase Games detection support (#2335)
Diffstat (limited to 'windows/nDPI.vcxproj')
-rw-r--r-- | windows/nDPI.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/nDPI.vcxproj b/windows/nDPI.vcxproj index 23fac6487..d7da547d0 100644 --- a/windows/nDPI.vcxproj +++ b/windows/nDPI.vcxproj @@ -368,7 +368,7 @@ <ClCompile Include="..\src\lib\protocols\c1222.c" /> <ClCompile Include="..\src\lib\protocols\dlep.c" /> <ClCompile Include="..\src\lib\protocols\bfd.c" /> - <ClCompile Include="..\src\lib\protocols\naraka.c" /> + <ClCompile Include="..\src\lib\protocols\netease_games.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" /> |