From de59eb823724cea1f197f8012f41e6cb159b2a56 Mon Sep 17 00:00:00 2001 From: Luca Date: Tue, 4 Oct 2022 11:18:09 +0200 Subject: Added the ability to track the payload via -E and via the new option 'ndpi_track_flow_payload' --- example/reader_util.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'example/reader_util.h') 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; -- cgit v1.2.3