diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2024-02-01 21:46:57 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-01 19:46:57 +0100 |
commit | 4c9446379f7bc17791c3b1f36473d19064d26fb5 (patch) | |
tree | 6202c573215057843d623c7b2df1eb984bd0936c /windows/nDPI.vcxproj | |
parent | 6c5ecae607e98e0bdd0ca8500d2003db3a5f9688 (diff) |
Add Gearman protocol dissector (#2297)
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 2e78c488c..d32bca5f9 100644 --- a/windows/nDPI.vcxproj +++ b/windows/nDPI.vcxproj @@ -363,6 +363,7 @@ <ClCompile Include="..\src\lib\protocols\zoom.c" /> <ClCompile Include="..\src\lib\protocols\stomp.c" /> <ClCompile Include="..\src\lib\protocols\radmin.c" /> + <ClCompile Include="..\src\lib\protocols\gearman.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" /> |