From 24df1913ac7bd585a010d1b1601768206e578353 Mon Sep 17 00:00:00 2001 From: Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> Date: Thu, 30 Nov 2023 11:13:45 +0300 Subject: Add Beckhoff ADS protocol dissector (#2181) * Add Beckhoff ADS protocol dissector * Remove redundant le32toh * Fix detection on big-endian architectures --- 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 89d7dc322..a19ded504 100644 --- a/windows/nDPI.vcxproj +++ b/windows/nDPI.vcxproj @@ -337,6 +337,7 @@ + diff --git a/windows/nDPI.vcxproj.filters b/windows/nDPI.vcxproj.filters index 90f982e2d..050c313d9 100644 --- a/windows/nDPI.vcxproj.filters +++ b/windows/nDPI.vcxproj.filters @@ -119,6 +119,7 @@ + -- cgit v1.2.3