Skip to content

Commit

Permalink
Hide (expected) check warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano committed Sep 2, 2024
1 parent d1ff848 commit 25d6e12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FlowChecksLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ void FlowChecksLoader::loadConfiguration() {
it is normal that is going to trigger the warning */
if (strcmp(check_key, "tls_old_protocol_version") &&
strcmp(check_key, "tls_malicious_signature") &&
strcmp(check_key, "ndpi_malicious_ja3") &&
strcmp(check_key, "ndpi_http_numeric_ip_host")
#ifdef HAVE_NEDGE
&&
Expand Down

0 comments on commit 25d6e12

Please sign in to comment.