diff options
Diffstat (limited to 'python/ndpi.py')
-rw-r--r-- | python/ndpi.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/ndpi.py b/python/ndpi.py index 7a57e1a39..db87633ac 100644 --- a/python/ndpi.py +++ b/python/ndpi.py @@ -328,6 +328,8 @@ typedef enum { NDPI_TLS_FATAL_ALERT, NDPI_SUSPICIOUS_ENTROPY, NDPI_CLEAR_TEXT_CREDENTIALS, + NDPI_DNS_LARGE_PACKET, + NDPI_DNS_FRAGMENTED, /* Leave this as last member */ NDPI_MAX_RISK |