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 --- doc/protocols.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc') diff --git a/doc/protocols.rst b/doc/protocols.rst index 45e4126d6..bc819801a 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -166,3 +166,17 @@ References: `Protocol Specs: `_. Protocol Buffers (Protobuf) is a free and open-source cross-platform data format used to serialize structured data. References: `Encoding: `_. + + +.. _Proto 354: + +`NDPI_PROTOCOL_ETHEREUM` +======================= +Ethereum is a decentralized, open-source blockchain with smart contract functionality. + +References: `Main site `_. + + +Notes: + +- same as Bitcoin, not each crypto exchange is a mining, it could be a normal transaction, sending or receving or even blockchain exploration. \ No newline at end of file -- cgit v1.2.3