diff options
author | Mark Jeffery <dandare100@users.noreply.github.com> | 2024-06-15 10:52:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-15 10:52:28 +0200 |
commit | f796c943753b3125950d75a64dee7e869d21d775 (patch) | |
tree | 62f8b28474d20bb698980b0d41629cdbd79c96d1 /windows/nDPI.vcxproj | |
parent | 7c7c375b451ba506134f426f71e065c66c9200dc (diff) |
Added protocol - JRMI - Java Remote Method Invocation (#2470)
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 200146819..379b21b04 100644 --- a/windows/nDPI.vcxproj +++ b/windows/nDPI.vcxproj @@ -378,6 +378,7 @@ <ClCompile Include="..\src\lib\protocols\egd.c" /> <ClCompile Include="..\src\lib\protocols\cod_mobile.c" /> <ClCompile Include="..\src\lib\protocols\zug.c" /> + <ClCompile Include="..\src\lib\protocols\jrmi.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" /> |