diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2023-12-05 10:06:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-05 08:06:15 +0100 |
commit | be50493f4480a17fbcd88a4ae9cc6b825bc5970d (patch) | |
tree | 7dc08b9424771e56a304867900c1b5228ff7269d /windows | |
parent | 7b0c16a70d25687ff7abaa859e3e11e54513286e (diff) |
Add IEEE C37.118 protocol dissector (#2193)
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 4da9089af..7c4a7cc60 100644 --- a/windows/nDPI.vcxproj +++ b/windows/nDPI.vcxproj @@ -339,6 +339,7 @@ <ClCompile Include="..\src\lib\protocols\ethersio.c" /> <ClCompile Include="..\src\lib\protocols\beckhoff_ads.c" /> <ClCompile Include="..\src\lib\protocols\iso9506-1-mms.c" /> + <ClCompile Include="..\src\lib\protocols\ieee-c37118.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 51a220595..1bc7d1833 100644 --- a/windows/nDPI.vcxproj.filters +++ b/windows/nDPI.vcxproj.filters @@ -121,6 +121,7 @@ <ClCompile Include="..\src\lib\protocols\ethersio.c" /> <ClCompile Include="..\src\lib\protocols\beckhoff_ads.c" /> <ClCompile Include="..\src\lib\protocols\iso9506-1-mms.c" /> + <ClCompile Include="..\src\lib\protocols\ieee-c37118.c" /> <ClCompile Include="src\getopt.c" /> <ClCompile Include="src\win-gettimeofday.c" /> <ClCompile Include="..\src\lib\ndpi_analyze.c" /> |