aboutsummaryrefslogtreecommitdiff
path: root/windows/nDPI.vcxproj
diff options
context:
space:
mode:
authorVladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com>2023-11-27 19:09:53 +0300
committerGitHub <noreply@github.com>2023-11-27 17:09:53 +0100
commit84427b07545a665bd1834e584bbc3754abc893f8 (patch)
treeeeb01d9ad95c2ec63fbbc4b062fbfe705ae67560 /windows/nDPI.vcxproj
parent3763c702f0f6ae0aaff3a51dc52b4ec48a0d15fb (diff)
Add Omron FINS protocol dissector (#2172)
* Add Omron FINS protocol dissector * Add a kludge to avoid invalid FINS over UDP detection as SkypeTeams and RTP * Update unit test results * Update protocols.rst * Remove dummy flows from fins.pcap
Diffstat (limited to 'windows/nDPI.vcxproj')
-rw-r--r--windows/nDPI.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/nDPI.vcxproj b/windows/nDPI.vcxproj
index 7f3fb77ec..e195e7a5a 100644
--- a/windows/nDPI.vcxproj
+++ b/windows/nDPI.vcxproj
@@ -335,6 +335,7 @@
<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\protocols\fins.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" />