diff options
author | Toni <matzeton@googlemail.com> | 2024-05-28 20:29:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-28 20:29:48 +0200 |
commit | 80171dbcf3865e8b02f136b0dc4b088033fd9054 (patch) | |
tree | b04b9ab40c02c482ea17a253130ef4a6b2718ba0 /windows | |
parent | 25f8964a235a6da1f3b4ebb5f883640a039ece79 (diff) |
Add ZUG consensus protocol dissector. (#2458)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
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 69f74674c..200146819 100644 --- a/windows/nDPI.vcxproj +++ b/windows/nDPI.vcxproj @@ -377,6 +377,7 @@ <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\lib\protocols\zug.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" /> |