aboutsummaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorMaatuq <mahmoudmatook.mm@gmail.com>2023-10-25 14:44:33 +0400
committerGitHub <noreply@github.com>2023-10-25 12:44:33 +0200
commit4a8e7105b2d69e88b03c49e3f2d308cd2d66e48c (patch)
tree2a55172cb3c46983c17373a0a581be354f631c01 /windows
parente70333de8733b3396f6a63481a25e63d12bd9d8e (diff)
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 <mahmoudmatook.mm@gmail.com>
Diffstat (limited to 'windows')
-rw-r--r--windows/nDPI.vcxproj1
-rw-r--r--windows/nDPI.vcxproj.filters1
2 files changed, 2 insertions, 0 deletions
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 @@
<ClCompile Include="..\src\lib\protocols\dnp3.c" />
<ClCompile Include="..\src\lib\protocols\dnscrypt.c" />
<ClCompile Include="..\src\lib\protocols\elastic_search.c" />
+ <ClCompile Include="..\src\lib\protocols\ethereum.c" />
<ClCompile Include="..\src\lib\protocols\ethernet_ip.c" />
<ClCompile Include="..\src\lib\protocols\epicgames.c" />
<ClCompile Include="..\src\lib\protocols\fastcgi.c" />
diff --git a/windows/nDPI.vcxproj.filters b/windows/nDPI.vcxproj.filters
index 2931112a4..42c98425f 100644
--- a/windows/nDPI.vcxproj.filters
+++ b/windows/nDPI.vcxproj.filters
@@ -23,6 +23,7 @@
<ClCompile Include="..\src\lib\protocols\eaq.c" />
<ClCompile Include="..\src\lib\protocols\edonkey.c" />
<ClCompile Include="..\src\lib\protocols\epicgames.c" />
+ <ClCompile Include="..\src\lib\protocols\ethereum.c" />
<ClCompile Include="..\src\lib\protocols\ftp_control.c" />
<ClCompile Include="..\src\lib\protocols\ftp_data.c" />
<ClCompile Include="..\src\lib\protocols\git.c" />