From 9f42a4482aaae8ce7686442a85755bc821ec332c Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Wed, 21 Aug 2019 19:01:56 +0200 Subject: Initial work workards payload analysis --- example/reader_util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'example/reader_util.h') diff --git a/example/reader_util.h b/example/reader_util.h index d100c0ad5..8b511ff30 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -124,6 +124,7 @@ typedef struct ndpi_ja3_fingerprints_host{ // flow tracking typedef struct ndpi_flow_info { + u_int32_t flow_id; u_int32_t hashval; u_int32_t src_ip; u_int32_t dst_ip; -- cgit v1.2.3