aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/ndpi.py1
-rw-r--r--python/ndpi_typestruct.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/python/ndpi.py b/python/ndpi.py
index 653f7a4b7..48103e777 100644
--- a/python/ndpi.py
+++ b/python/ndpi.py
@@ -889,7 +889,6 @@ struct ndpi_detection_module_struct {
/* HTTP/DNS/HTTPS host matching */
ndpi_automa host_automa, /* Used for DNS/HTTPS */
- content_automa, /* Used for HTTP subprotocol_detection */
bigrams_automa, impossible_bigrams_automa; /* TOR */
/* IMPORTANT: please update ndpi_finalize_initalization() whenever you add a new automa */
diff --git a/python/ndpi_typestruct.py b/python/ndpi_typestruct.py
index b56029584..606bf6576 100644
--- a/python/ndpi_typestruct.py
+++ b/python/ndpi_typestruct.py
@@ -251,7 +251,6 @@ NDPIDetectionModuleStruct._fields_ = [
("ndpi_num_supported_protocols", c_uint),
("ndpi_num_custom_protocols", c_uint),
("host_automa", NDPIAutoma),
- ("content_automa", NDPIAutoma),
("bigrams_automa", NDPIAutoma),
("impossible_bigrams_automa", NDPIAutoma),
("custom_categories", CustomCategories),