diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2023-11-27 14:13:23 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 12:13:23 +0100 |
commit | da629709f3c07bbd7ffda48be57af7dc56c57d5c (patch) | |
tree | 6da3baebb682b0bf5851a4c2f0f65f55a78693d6 /windows | |
parent | 7ff22a7e3cf7e89d65d9439cf73ee17ec69be524 (diff) |
Add OPC UA protocol dissector (#2169)
Diffstat (limited to 'windows')
-rw-r--r-- | windows/nDPI.vcxproj | 1 | ||||
-rw-r--r-- | windows/nDPI.vcxproj.filters | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/windows/nDPI.vcxproj b/windows/nDPI.vcxproj index 3e994ecc6..7f3fb77ec 100644 --- a/windows/nDPI.vcxproj +++ b/windows/nDPI.vcxproj @@ -334,6 +334,7 @@ <ClCompile Include="..\src\lib\protocols\ptpv2.c" /> <ClCompile Include="..\src\lib\protocols\hart-ip.c" /> <ClCompile Include="..\src\lib\protocols\rtps.c" /> + <ClCompile Include="..\src\lib\protocols\opc-ua.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" /> diff --git a/windows/nDPI.vcxproj.filters b/windows/nDPI.vcxproj.filters index 7906a0cb1..b54a9510a 100644 --- a/windows/nDPI.vcxproj.filters +++ b/windows/nDPI.vcxproj.filters @@ -116,6 +116,7 @@ <ClCompile Include="..\src\lib\protocols\ptpv2.c" /> <ClCompile Include="..\src\lib\protocols\hart-ip.c" /> <ClCompile Include="..\src\lib\protocols\rtps.c" /> + <ClCompile Include="..\src\lib\protocols\opc-ua.c" /> <ClCompile Include="src\getopt.c" /> <ClCompile Include="src\win-gettimeofday.c" /> <ClCompile Include="..\src\lib\ndpi_analyze.c" /> |