diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_private.h | 9 | ||||
-rw-r--r-- | src/include/ndpi_typedefs.h | 1 |
2 files changed, 0 insertions, 10 deletions
diff --git a/src/include/ndpi_private.h b/src/include/ndpi_private.h index c5192f2be..ce689354d 100644 --- a/src/include/ndpi_private.h +++ b/src/include/ndpi_private.h @@ -157,9 +157,6 @@ struct ndpi_global_context { /* NDPI_PROTOCOL_BITTORRENT */ struct ndpi_lru_cache *bittorrent_global_cache; - /* NDPI_PROTOCOL_ZOOM */ - struct ndpi_lru_cache *zoom_global_cache; - /* NDPI_PROTOCOL_STUN and subprotocols */ struct ndpi_lru_cache *stun_global_cache; struct ndpi_lru_cache *stun_zoom_global_cache; @@ -211,9 +208,6 @@ struct ndpi_detection_module_config_struct { int bittorrent_cache_num_entries; int bittorrent_cache_ttl; int bittorrent_cache_scope; - int zoom_cache_num_entries; - int zoom_cache_ttl; - int zoom_cache_scope; int stun_cache_num_entries; int stun_cache_ttl; int stun_cache_scope; @@ -360,9 +354,6 @@ struct ndpi_detection_module_struct { /* NDPI_PROTOCOL_BITTORRENT */ struct ndpi_lru_cache *bittorrent_cache; - /* NDPI_PROTOCOL_ZOOM */ - struct ndpi_lru_cache *zoom_cache; - /* NDPI_PROTOCOL_STUN and subprotocols */ struct ndpi_lru_cache *stun_cache; struct ndpi_lru_cache *stun_zoom_cache; diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index aa59c5081..51b12595b 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -742,7 +742,6 @@ struct ndpi_automa_stats { typedef enum { NDPI_LRUCACHE_OOKLA = 0, NDPI_LRUCACHE_BITTORRENT, - NDPI_LRUCACHE_ZOOM, NDPI_LRUCACHE_STUN, NDPI_LRUCACHE_TLS_CERT, NDPI_LRUCACHE_MINING, |