diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-10-18 16:58:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-18 16:58:06 +0200 |
commit | 819291b7e42afca856ef1a3fa611ddd926da6549 (patch) | |
tree | ad2fbf03ec8dc17059e15fa9b3b8ab7de7e7d5df /src/include | |
parent | cd438e255428616c42a1fd2cacd733748700566c (diff) |
Add configuration of TCP fingerprint computation (#2598)
Extend configuration of raw format of JA4C fingerprint
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_private.h b/src/include/ndpi_private.h index a72a956d7..362e6aaf0 100644 --- a/src/include/ndpi_private.h +++ b/src/include/ndpi_private.h @@ -204,6 +204,7 @@ struct ndpi_detection_module_config_struct { int guess_ip_before_port; int use_client_ip_in_guess; int use_client_port_in_guess; + int tcp_fingerprint_enabled; char filename_config[CFG_MAX_LEN]; |