diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2023-11-27 21:04:05 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 19:04:05 +0100 |
commit | ebb1bc2f345025108813c2c5e838b3ee80e6ddc4 (patch) | |
tree | 8d1c91a49533ce363e541218da2a5a399ce137ce /windows/nDPI.vcxproj | |
parent | 84427b07545a665bd1834e584bbc3754abc893f8 (diff) |
Add Ether-S-I/O protocol dissector (#2174)
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 e195e7a5a..2caba13d6 100644 --- a/windows/nDPI.vcxproj +++ b/windows/nDPI.vcxproj @@ -336,6 +336,7 @@ <ClCompile Include="..\src\lib\protocols\rtps.c" /> <ClCompile Include="..\src\lib\protocols\opc-ua.c" /> <ClCompile Include="..\src\lib\protocols\fins.c" /> + <ClCompile Include="..\src\lib\protocols\ethersio.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" /> |