diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-07-21 03:13:54 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-07-21 17:38:54 +0200 |
commit | 615478be3e8d4d4e22f624fc33b60d1a79e9271b (patch) | |
tree | 1e69162bf6086e10d7d42e9d047085d56c10c580 /example/reader_util.h | |
parent | 32275543c421eae55fd98a5a98e00059a0407953 (diff) |
Implemented function to retrieve flow information. #1253add/get-flow-info-apifn
* 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; |