aboutsummaryrefslogtreecommitdiff
path: root/example/reader_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'example/reader_util.h')
-rw-r--r--example/reader_util.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/example/reader_util.h b/example/reader_util.h
index e61167837..dab9ae57d 100644
--- a/example/reader_util.h
+++ b/example/reader_util.h
@@ -236,6 +236,8 @@ typedef struct ndpi_flow_info {
} softether;
};
+ ndpi_serializer ndpi_flow_serializer;
+
char flow_extra_info[16];
char host_server_name[80]; /* Hostname/SNI */
char *bittorent_hash;
@@ -348,7 +350,7 @@ typedef struct ndpi_workflow {
u_int32_t num_allocated_flows;
/* CSV,TLV,JSON serialization interface */
- ndpi_serializer ndpi_serializer;
+ ndpi_serialization_format ndpi_serialization_format;
} ndpi_workflow_t;