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 d3a1f6389..6990ab03f 100644 --- a/python/ndpi.py +++ b/python/ndpi.py @@ -330,6 +330,8 @@ typedef enum { NDPI_CLEAR_TEXT_CREDENTIALS, NDPI_DNS_LARGE_PACKET, NDPI_DNS_FRAGMENTED, + NDPI_INVALID_CHARACTERS, + NDPI_POSSIBLE_EXPLOIT, /* Leave this as last member */ NDPI_MAX_RISK |