aboutsummaryrefslogtreecommitdiff
path: root/example/reader_util.h
diff options
context:
space:
mode:
authorLuca <deri@ntop.org>2023-09-27 17:05:12 +0200
committerLuca <deri@ntop.org>2023-09-27 17:05:12 +0200
commit77e5daf03e1ee7a8377a5a8906fe2c089c94ecf0 (patch)
tree4a53b889791a634d8572702ce4e78ec0f9286dce /example/reader_util.h
parentef3adb98308f14628e64b918f739e472de00cfcf (diff)
Cleaned up mining datastructure
Diffstat (limited to 'example/reader_util.h')
-rw-r--r--example/reader_util.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/example/reader_util.h b/example/reader_util.h
index fad25ca83..6466d9d90 100644
--- a/example/reader_util.h
+++ b/example/reader_util.h
@@ -257,12 +257,15 @@ typedef struct ndpi_flow_info {
ndpi_serializer ndpi_flow_serializer;
- char flow_extra_info[16];
char host_server_name[80]; /* Hostname/SNI */
char *bittorent_hash;
char *dhcp_fingerprint;
char *dhcp_class_ident;
ndpi_risk risk;
+
+ struct {
+ char currency[16];
+ } mining;
struct {
u_int16_t ssl_version;