From 77e5daf03e1ee7a8377a5a8906fe2c089c94ecf0 Mon Sep 17 00:00:00 2001 From: Luca Date: Wed, 27 Sep 2023 17:05:12 +0200 Subject: Cleaned up mining datastructure --- src/include/ndpi_typedefs.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/include/ndpi_typedefs.h') diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 690c9daf9..f3439ad88 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1480,9 +1480,6 @@ struct ndpi_flow_struct { /* Some protocols calculate the entropy. */ float entropy; - /* Place textual flow info here */ - char flow_extra_info[16]; - /* General purpose field used to save mainly hostname/SNI information. * In details it used for: MGCP, COLLECTD, DNS, SSDP and NETBIOS name, HTTP, MUNIN and DHCP hostname, * WHOIS request, TLS/QUIC server name, XIAOMI domain and STUN realm. @@ -1562,6 +1559,10 @@ struct ndpi_flow_struct { char fqdn[48]; } softether; + struct { + char currency[16]; + } mining; + struct { char *server_names, *advertised_alpns, *negotiated_alpn, *tls_supported_versions, *issuerDN, *subjectDN; u_int32_t notBefore, notAfter; -- cgit v1.2.3