diff options
author | Luca Deri <deri@ntop.org> | 2019-08-21 19:01:56 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-08-21 19:01:56 +0200 |
commit | 9f42a4482aaae8ce7686442a85755bc821ec332c (patch) | |
tree | 9af91a8238d7b3aeeb04811cbd7d69dcf7d2e122 /example/reader_util.h | |
parent | fdeecf5d41cd05bb831b7ccc377a6aff7ec18ec2 (diff) |
Initial work workards payload analysis
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |