diff options
author | Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> | 2023-12-17 13:52:55 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-17 11:52:55 +0100 |
commit | d8c7a7661150889c372dccef1388921a4bb46f97 (patch) | |
tree | e977e3e44a9666a5c4284b727bdbd5b66df1b51d /windows/nDPI.vcxproj | |
parent | 0f3e6d832b3df7f6eb5ded0296142f6f93537022 (diff) |
Add HiSLIP protocol dissector (#2214)
* Add HiSLIP protocol dissector
* Fix error
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 0d655a138..064bde973 100644 --- a/windows/nDPI.vcxproj +++ b/windows/nDPI.vcxproj @@ -343,6 +343,7 @@ <ClCompile Include="..\src\lib\protocols\ieee-c37118.c" /> <ClCompile Include="..\src\lib\protocols\ethersbus.c" /> <ClCompile Include="..\src\lib\protocols\profinet_io.c" /> + <ClCompile Include="..\src\lib\protocols\hislip.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" /> |