From 4173775b6032c825011e3daadedbc21cc06a0cf5 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Thu, 4 Nov 2021 00:20:26 +0100 Subject: Improved BitTorrent detection --- src/include/ndpi_typedefs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include') diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index e4dc2438f..c8b268d20 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1128,6 +1128,9 @@ struct ndpi_detection_module_struct { /* NDPI_PROTOCOL_TINC */ struct cache *tinc_cache; + /* NDPI_PROTOCOL_BITTORRENT */ + struct ndpi_lru_cache *bittorrent_cache; + /* NDPI_PROTOCOL_STUN and subprotocols */ struct ndpi_lru_cache *stun_cache; -- cgit v1.2.3