aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2021-11-04 00:20:26 +0100
committerLuca Deri <deri@ntop.org>2021-11-04 00:20:26 +0100
commit4173775b6032c825011e3daadedbc21cc06a0cf5 (patch)
tree4d2039d22577a9460a26f0570e5c57620142a5df /src/include
parenta8a3c6f7c2a479104efdc48db21c8d709b4fc5e5 (diff)
Improved BitTorrent detection
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ndpi_typedefs.h3
1 files changed, 3 insertions, 0 deletions
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;