diff options
author | Luca Deri <deri@ntop.org> | 2021-03-30 17:50:19 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-03-30 17:50:19 +0200 |
commit | c1d6e3f14591b1203ed502aa3f4d023a9ed97c08 (patch) | |
tree | 2d6d50b6d9a7d904f183183fcf55fdef4f934561 /src/include | |
parent | 637b2063edff2bcf7d5c35b73cd552b20a276131 (diff) |
Improved mining detection support
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_typedefs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index da27e432b..ba2c76de4 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1166,6 +1166,9 @@ struct ndpi_detection_module_struct { /* NDPI_PROTOCOL_STUN and subprotocols */ struct ndpi_lru_cache *stun_cache; + /* NDPI_PROTOCOL_MINING and subprotocols */ + struct ndpi_lru_cache *mining_cache; + /* NDPI_PROTOCOL_MSTEAMS */ struct ndpi_lru_cache *msteams_cache; |