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 /tests/cfgs/default/result/ookla.pcap.out | |
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 'tests/cfgs/default/result/ookla.pcap.out')
-rw-r--r-- | tests/cfgs/default/result/ookla.pcap.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cfgs/default/result/ookla.pcap.out b/tests/cfgs/default/result/ookla.pcap.out index 60e20a721..e29a0f54b 100644 --- a/tests/cfgs/default/result/ookla.pcap.out +++ b/tests/cfgs/default/result/ookla.pcap.out @@ -4,7 +4,7 @@ DPI Packets (TCP): 40 (6.67 pkts/flow) Confidence DPI (partial cache): 1 (flows) Confidence DPI : 4 (flows) Confidence DPI (aggressive) : 1 (flows) -Num dissector calls: 507 (84.50 diss/flow) +Num dissector calls: 510 (85.00 diss/flow) LRU cache ookla: 4/2/2 (insert/search/found) LRU cache bittorrent: 0/3/0 (insert/search/found) LRU cache zoom: 0/0/0 (insert/search/found) |