SSDP: add configuration for disabling metadata extraction (#2736)

This commit is contained in:
Ivan Nardi 2025-02-17 15:16:37 +01:00 committed by GitHub
parent 491698fe02
commit 5f8545d97a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 20 additions and 5 deletions

View file

@ -304,6 +304,8 @@ struct ndpi_detection_module_config_struct {
int bittorrent_hash_enabled;
int ssdp_metadata_enabled;
int dns_subclassification_enabled;
int dns_parse_response_enabled;