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/smbv1.pcap.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cfgs/default/result/smbv1.pcap.out') diff --git a/tests/cfgs/default/result/smbv1.pcap.out b/tests/cfgs/default/result/smbv1.pcap.out index 91e64270d..c58a15f0c 100644 --- a/tests/cfgs/default/result/smbv1.pcap.out +++ b/tests/cfgs/default/result/smbv1.pcap.out @@ -2,7 +2,7 @@ Guessed flow protos: 0 DPI Packets (TCP): 3 (3.00 pkts/flow) Confidence DPI : 1 (flows) -Num dissector calls: 147 (147.00 diss/flow) +Num dissector calls: 148 (148.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