diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-12-05 08:05:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-05 08:05:44 +0100 |
commit | 7b0c16a70d25687ff7abaa859e3e11e54513286e (patch) | |
tree | c28e9fbe5f613c994195c1f8fa3a9dd4268f0ce2 /src/include/ndpi_typedefs.h | |
parent | c34bded4ef9733e12a1475fc57f39b71a350aad7 (diff) |
TLS: remove JA3+ fingerprints. (#2192)
See: #2191
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-rw-r--r-- | src/include/ndpi_typedefs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 3b29cb046..06e55adca 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1511,7 +1511,6 @@ typedef enum { ndpi_no_prefs = 0, ndpi_dont_load_tor_list = (1 << 0), ndpi_dont_init_libgcrypt = (1 << 1), - ndpi_enable_ja3_plus = (1 << 2), ndpi_dont_load_azure_list = (1 << 3), ndpi_dont_load_whatsapp_list = (1 << 4), ndpi_dont_load_amazon_aws_list = (1 << 5), |