aboutsummaryrefslogtreecommitdiff
path: root/example/reader_util.h
diff options
context:
space:
mode:
authorIvan Nardi <12729895+IvanNardi@users.noreply.github.com>2025-01-06 11:04:50 +0100
committerGitHub <noreply@github.com>2025-01-06 11:04:50 +0100
commitcae9fb9989838f213eeb857b8fc4bbeac6940049 (patch)
tree1f44410c9362d8ff41f6f41916b37186092293f2 /example/reader_util.h
parent19e531e20b5b8edf5952ddadff2d21106beae7e8 (diff)
TLS: remove ESNI support (#2648)
ESNI has been superseded by ECH for years, now. See: https://blog.cloudflare.com/encrypted-client-hello/ Set the existing flow risk if we still found this extension.
Diffstat (limited to 'example/reader_util.h')
-rw-r--r--example/reader_util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/example/reader_util.h b/example/reader_util.h
index 6a44ae022..1ee11e071 100644
--- a/example/reader_util.h
+++ b/example/reader_util.h
@@ -295,11 +295,6 @@ typedef struct ndpi_flow_info {
sha1_cert_fingerprint[20];
u_int8_t sha1_cert_fingerprint_set;
struct tls_heuristics browser_heuristics;
-
- struct {
- u_int16_t cipher_suite;
- char *esni;
- } encrypted_sni;
struct {
u_int16_t version;