diff options
author | Luca Deri <deri@ntop.org> | 2021-11-17 22:41:35 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-11-17 22:41:35 +0100 |
commit | 2e2d4c911a8ffce297a927addfe795a3b6b3d3fb (patch) | |
tree | a0260ec62e6b48bc9a157d62e9d7b0051b0a75fc /tests | |
parent | 2a6e5c634136e74651c0c39c9ea1987d4949cc69 (diff) |
BitTorrent detection improvements
Diffstat (limited to 'tests')
-rw-r--r-- | tests/result/bittorrent_utp.pcap.out | 2 | ||||
-rw-r--r-- | tests/result/bt_search.pcap.out | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/result/bittorrent_utp.pcap.out b/tests/result/bittorrent_utp.pcap.out index 0516c1490..bb540a0a6 100644 --- a/tests/result/bittorrent_utp.pcap.out +++ b/tests/result/bittorrent_utp.pcap.out @@ -1,6 +1,6 @@ Guessed flow protos: 0 -DPI Packets (UDP): 1 (1.00 pkts/flow) +DPI Packets (UDP): 25 (25.00 pkts/flow) BitTorrent 86 41489 1 diff --git a/tests/result/bt_search.pcap.out b/tests/result/bt_search.pcap.out index 11fe471bd..d4f33798a 100644 --- a/tests/result/bt_search.pcap.out +++ b/tests/result/bt_search.pcap.out @@ -1,6 +1,6 @@ -Guessed flow protos: 0 +Guessed flow protos: 1 -DPI Packets (UDP): 1 (1.00 pkts/flow) +DPI Packets (UDP): 2 (2.00 pkts/flow) BitTorrent 2 322 1 |