diff options
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 5 |
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; |