aboutsummaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorToni <matzeton@googlemail.com>2023-10-02 18:10:47 +0200
committerGitHub <noreply@github.com>2023-10-02 18:10:47 +0200
commita98d7ff433c234eeec83e96a4e33645d6f7205bd (patch)
tree0db721de48119869195ec957ab4458e4dba54aeb /windows
parent77e5daf03e1ee7a8377a5a8906fe2c089c94ecf0 (diff)
Added HAProxy protocol. (#2088)
* fixed tests/do.sh.in failure print Signed-off-by: lns <matzeton@googlemail.com> Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'windows')
-rw-r--r--windows/nDPI.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/nDPI.vcxproj b/windows/nDPI.vcxproj
index ba74076cb..664e6ce57 100644
--- a/windows/nDPI.vcxproj
+++ b/windows/nDPI.vcxproj
@@ -166,6 +166,7 @@
<ClCompile Include="..\src\lib\protocols\fastcgi.c" />
<ClCompile Include="..\src\lib\protocols\fix.c" />
<ClCompile Include="..\src\lib\protocols\genshin_impact.c" />
+ <ClCompile Include="..\src\lib\protocols\haproxy.c" />
<ClCompile Include="..\src\lib\protocols\hpvirtgrp.c" />
<ClCompile Include="..\src\lib\protocols\hsrp.c" />
<ClCompile Include="..\src\lib\protocols\i3d.c" />