diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-05-04 19:11:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-04 19:11:31 +0200 |
commit | a6fd981fcf40a8cff5a6dd7c1af57e50053186b6 (patch) | |
tree | a7ceeff55e429394a9618c5dbb4fb4463e76e796 /tests/cfgs/caches_cfg | |
parent | 57ecbf38c04d4522a534c47846e46c7e8c932eac (diff) |
eDonkey: improve/update classification (#2410)
eDonkey is definitely not as used as >10 years ago, but it seems it is
still active.
While having a basic TCP support seems easy, identification over UDP doesn't
work and it is hard to do it rightly (packets might be only 2 bytes long):
remove it.
Credits to V.G <v.gavrilov@securitycode.ru>
Diffstat (limited to 'tests/cfgs/caches_cfg')
-rw-r--r-- | tests/cfgs/caches_cfg/result/teams.pcap.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cfgs/caches_cfg/result/teams.pcap.out b/tests/cfgs/caches_cfg/result/teams.pcap.out index 41d925ab3..54b8185eb 100644 --- a/tests/cfgs/caches_cfg/result/teams.pcap.out +++ b/tests/cfgs/caches_cfg/result/teams.pcap.out @@ -7,7 +7,7 @@ Confidence Unknown : 1 (flows) Confidence Match by port : 1 (flows) Confidence DPI (partial) : 1 (flows) Confidence DPI : 80 (flows) -Num dissector calls: 536 (6.46 diss/flow) +Num dissector calls: 534 (6.43 diss/flow) LRU cache ookla: 0/0/0 (insert/search/found) LRU cache bittorrent: 0/9/0 (insert/search/found) LRU cache zoom: 0/0/0 (insert/search/found) |