From 84427b07545a665bd1834e584bbc3754abc893f8 Mon Sep 17 00:00:00 2001 From: Vladimir Gavrilov <105977161+0xA50C1A1@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:09:53 +0300 Subject: Add Omron FINS protocol dissector (#2172) * Add Omron FINS protocol dissector * Add a kludge to avoid invalid FINS over UDP detection as SkypeTeams and RTP * Update unit test results * Update protocols.rst * Remove dummy flows from fins.pcap --- 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 7f3fb77ec..e195e7a5a 100644 --- a/windows/nDPI.vcxproj +++ b/windows/nDPI.vcxproj @@ -335,6 +335,7 @@ + diff --git a/windows/nDPI.vcxproj.filters b/windows/nDPI.vcxproj.filters index b54a9510a..de488a5bd 100644 --- a/windows/nDPI.vcxproj.filters +++ b/windows/nDPI.vcxproj.filters @@ -117,6 +117,7 @@ + -- cgit v1.2.3