aboutsummaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorVladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com>2024-02-15 11:36:06 +0300
committerGitHub <noreply@github.com>2024-02-15 09:36:06 +0100
commite93bcfd6196e76246fa33ed3122bf64689e2ce9a (patch)
tree13efca099003c5f15075b32343b3106d11129562 /windows
parentae36648c6cc08a5ef170a719a4476fe16e3a0e37 (diff)
Add ANSI C12.22 protocol dissector (#2317)
* Add ANSI C12.22 protocol dissector * Add UDP sample
Diffstat (limited to 'windows')
-rw-r--r--windows/nDPI.vcxproj1
-rw-r--r--windows/nDPI.vcxproj.filters1
2 files changed, 2 insertions, 0 deletions
diff --git a/windows/nDPI.vcxproj b/windows/nDPI.vcxproj
index a89748f20..adc574ec1 100644
--- a/windows/nDPI.vcxproj
+++ b/windows/nDPI.vcxproj
@@ -365,6 +365,7 @@
<ClCompile Include="..\src\lib\protocols\gearman.c" />
<ClCompile Include="..\src\lib\protocols\tencent_games.c" />
<ClCompile Include="..\src\lib\protocols\gaijin_entertainment.c" />
+ <ClCompile Include="..\src\lib\protocols\c1222.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 d4eb3498e..24b0d484c 100644
--- a/windows/nDPI.vcxproj.filters
+++ b/windows/nDPI.vcxproj.filters
@@ -140,6 +140,7 @@
<ClCompile Include="..\src\lib\protocols\gearman.c" />
<ClCompile Include="..\src\lib\protocols\tencent_games.c" />
<ClCompile Include="..\src\lib\protocols\gaijin_entertainment.c" />
+ <ClCompile Include="..\src\lib\protocols\c1222.c" />
<ClCompile Include="src\getopt.c" />
<ClCompile Include="src\win-gettimeofday.c" />
<ClCompile Include="..\src\lib\ndpi_analyze.c" />