diff options
author | Luca Deri <deri@ntop.org> | 2021-03-09 23:38:29 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-03-09 23:38:29 +0100 |
commit | f6ad16d8f8567c990431a6cd38cf5357d7a60723 (patch) | |
tree | bd2fd550ac2dceca37f08d62dee108fe337c8b5e /src/include | |
parent | 8074bc82013c9b14cc59a32fcc7c75a6b56ff8dd (diff) |
Added experiemntal JA3+ implementation that can be used with -z i ndpiReader
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_typedefs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index cd167a24e..e2e27737c 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1050,7 +1050,7 @@ struct ndpi_detection_module_struct { u_int32_t current_ts; u_int32_t ticks_per_second; u_int16_t num_tls_blocks_to_follow; - u_int8_t skip_tls_blocks_until_change_cipher:1, _notused:7; + u_int8_t skip_tls_blocks_until_change_cipher:1, enable_ja3_plus:1, _notused:6; #ifdef NDPI_ENABLE_DEBUG_MESSAGES void *user_data; @@ -1453,6 +1453,7 @@ typedef enum ndpi_no_prefs = 0, ndpi_dont_load_tor_hosts, ndpi_dont_init_libgcrypt, + ndpi_enable_ja3_plus } ndpi_prefs; typedef struct { |