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 0d75da3de..653f7a4b7 100644
--- a/python/ndpi.py
+++ b/python/ndpi.py
@@ -890,7 +890,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 */
- subprotocol_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 e743fe215..b56029584 100644
--- a/python/ndpi_typestruct.py
+++ b/python/ndpi_typestruct.py
@@ -252,7 +252,6 @@ NDPIDetectionModuleStruct._fields_ = [
("ndpi_num_custom_protocols", c_uint),
("host_automa", NDPIAutoma),
("content_automa", NDPIAutoma),
- ("subprotocol_automa", NDPIAutoma),
("bigrams_automa", NDPIAutoma),
("impossible_bigrams_automa", NDPIAutoma),
("custom_categories", CustomCategories),