diff options
author | nikitamishagin <100284201+nikitamishagin@users.noreply.github.com> | 2023-04-22 20:28:43 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-22 18:28:43 +0200 |
commit | d3e67faf20960f735ce8c5ee834dfe24829fac88 (patch) | |
tree | ee0df71e67958e1c6dee6f0f1f4688fb6b83d1d9 /windows | |
parent | b6629ba2befccec6356802fabf2d7a076133d900 (diff) |
Add "Heroes of the Storm" video game signature detection. (#1949)
Diffstat (limited to 'windows')
-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 7a21b3cab..0c831dc3b 100644 --- a/windows/nDPI.vcxproj +++ b/windows/nDPI.vcxproj @@ -233,6 +233,7 @@ <ClCompile Include="..\src\lib\protocols\h323.c" /> <ClCompile Include="..\src\lib\protocols\halflife2_and_mods.c" /> <ClCompile Include="..\src\lib\protocols\hangout.c" /> + <ClCompile Include="..\src\lib\protocols\hots.c" /> <ClCompile Include="..\src\lib\protocols\http.c" /> <ClCompile Include="..\src\lib\protocols\iax.c" /> <ClCompile Include="..\src\lib\protocols\icecast.c" /> |