From 4a8e7105b2d69e88b03c49e3f2d308cd2d66e48c Mon Sep 17 00:00:00 2001 From: Maatuq Date: Wed, 25 Oct 2023 14:44:33 +0400 Subject: add ethereum protocol dissector. (#2111) as explained here for bitcoin https://www.ntop.org/guides/nDPI/protocols.html#ndpi-protocol-bitcoin the same is applicable for ethereum. ethereum detection was removed from mining protocol and is now handled separately. Signed-off-by: Mahmoud Maatuq --- windows/nDPI.vcxproj | 1 + 1 file changed, 1 insertion(+) (limited to 'windows/nDPI.vcxproj') diff --git a/windows/nDPI.vcxproj b/windows/nDPI.vcxproj index 21ff333aa..e2a525940 100644 --- a/windows/nDPI.vcxproj +++ b/windows/nDPI.vcxproj @@ -162,6 +162,7 @@ + -- cgit v1.2.3