diff options
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/example/reader_util.h b/example/reader_util.h index 703e33094..6a9c7cd40 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -300,6 +300,10 @@ typedef struct ndpi_flow_info { #else struct ndpi_bin payload_len_bin; #endif + + /* Flow payload */ + u_int16_t flow_payload_len; + char *flow_payload; } ndpi_flow_info_t; |