From e93bcfd6196e76246fa33ed3122bf64689e2ce9a Mon Sep 17 00:00:00 2001 From: Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> Date: Thu, 15 Feb 2024 11:36:06 +0300 Subject: Add ANSI C12.22 protocol dissector (#2317) * Add ANSI C12.22 protocol dissector * Add UDP sample --- windows/nDPI.vcxproj | 1 + windows/nDPI.vcxproj.filters | 1 + 2 files changed, 2 insertions(+) (limited to 'windows') 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 @@ + 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 @@ + -- cgit v1.2.3