From 0f3e6d832b3df7f6eb5ded0296142f6f93537022 Mon Sep 17 00:00:00 2001 From: Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> Date: Sat, 16 Dec 2023 15:30:21 +0300 Subject: Add PROFINET/IO protocol dissector (#2213) * Add PROFINET/IO protocol dissector * Add LE (Little Endian) to the file name * Rework dissector * Remove redundant check --- 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 4363d45d8..0d655a138 100644 --- a/windows/nDPI.vcxproj +++ b/windows/nDPI.vcxproj @@ -342,6 +342,7 @@ + diff --git a/windows/nDPI.vcxproj.filters b/windows/nDPI.vcxproj.filters index a958cd342..23b40b17b 100644 --- a/windows/nDPI.vcxproj.filters +++ b/windows/nDPI.vcxproj.filters @@ -123,6 +123,7 @@ + -- cgit v1.2.3