From e17fa1259aa3b2fb4a6479188ac98fb826967848 Mon Sep 17 00:00:00 2001 From: Maatuq Date: Wed, 31 May 2023 09:31:01 +0400 Subject: Add bitcoing protocol dissector. (#1992) * Add bitcoing protocol dissector. * remove bitcoin protcol detection from mining.c * add a new bitcoin deissector. * add a new category: Cryptocurrency. Signed-off-by: Mahmoud Maatuq * Remove useless checks and add missing windows and docs file. Signed-off-by: Mahmoud Maatuq * update affected tests. Signed-off-by: Mahmoud Maatuq * add a brief version. Add notes on the difference between normal bitcoin protocol and the mining protocol. Signed-off-by: Mahmoud Maatuq * update enable_payload_stat test after dev rebasing. Signed-off-by: Mahmoud Maatuq --------- Signed-off-by: Mahmoud Maatuq --- tests/cfgs/default/result/memcached.cap.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cfgs/default/result/memcached.cap.out') diff --git a/tests/cfgs/default/result/memcached.cap.out b/tests/cfgs/default/result/memcached.cap.out index a0a2c395f..77d12b914 100644 --- a/tests/cfgs/default/result/memcached.cap.out +++ b/tests/cfgs/default/result/memcached.cap.out @@ -2,7 +2,7 @@ Guessed flow protos: 0 DPI Packets (TCP): 6 (6.00 pkts/flow) Confidence DPI : 1 (flows) -Num dissector calls: 117 (117.00 diss/flow) +Num dissector calls: 118 (118.00 diss/flow) LRU cache ookla: 0/0/0 (insert/search/found) LRU cache bittorrent: 0/0/0 (insert/search/found) LRU cache zoom: 0/0/0 (insert/search/found) -- cgit v1.2.3