From a10c48c80a3a3075b2314c951fb288cdc14c18b8 Mon Sep 17 00:00:00 2001 From: Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> Date: Thu, 22 Aug 2024 16:26:32 +0300 Subject: Add CNP/IP protocol support (#2521) ISO/IEC 14908-4 defines how to tunnel Control Network Protocol (CNP) over IP networks. It encapsulates protocols like EIA-709, EIA-600, and CNP, making it a versatile solution for building automation and control systems. --- 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 010f87bcb..bbca985de 100644 --- a/windows/nDPI.vcxproj +++ b/windows/nDPI.vcxproj @@ -383,6 +383,7 @@ + diff --git a/windows/nDPI.vcxproj.filters b/windows/nDPI.vcxproj.filters index 5761cc5af..29ab13412 100644 --- a/windows/nDPI.vcxproj.filters +++ b/windows/nDPI.vcxproj.filters @@ -153,6 +153,7 @@ + -- cgit v1.2.3