diff options
author | Maatuq <mahmoudmatook.mm@gmail.com> | 2023-10-25 14:44:33 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 12:44:33 +0200 |
commit | 4a8e7105b2d69e88b03c49e3f2d308cd2d66e48c (patch) | |
tree | 2a55172cb3c46983c17373a0a581be354f631c01 /doc/protocols.rst | |
parent | e70333de8733b3396f6a63481a25e63d12bd9d8e (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 'doc/protocols.rst')
-rw-r--r-- | doc/protocols.rst | 14 |
1 files changed, 14 insertions, 0 deletions
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: <https://www.iso.org/standard/63648.html>`_. Protocol Buffers (Protobuf) is a free and open-source cross-platform data format used to serialize structured data. References: `Encoding: <https://protobuf.dev/programming-guides/encoding>`_. + + +.. _Proto 354: + +`NDPI_PROTOCOL_ETHEREUM` +======================= +Ethereum is a decentralized, open-source blockchain with smart contract functionality. + +References: `Main site <https://ethereum.org/en/developers/docs/intro-to-ethereum/>`_. + + +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 |