diff options
author | Toni <matzeton@googlemail.com> | 2021-07-23 10:37:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-23 10:37:20 +0200 |
commit | 6ad0d6666c5744713caa4eec4d43652680aaecab (patch) | |
tree | ce8aa34398d2afe94d3d999d1b4577bd659da99f /example/reader_util.h | |
parent | 8ea8ba8e9b52620989d515f0762be3ec906d4c30 (diff) |
Implemented function to retrieve flow information. #1253 (#1254)
* fixed [h]euristic typo
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/reader_util.h b/example/reader_util.h index 28ea6029e..0c584b378 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -211,7 +211,7 @@ typedef struct ndpi_flow_info { ja3_client[33], ja3_server[33], sha1_cert_fingerprint[20]; u_int8_t sha1_cert_fingerprint_set; - struct tls_euristics browser_euristics; + struct tls_heuristics browser_heuristics; struct { u_int16_t cipher_suite; |