From b16a7fd21d69ae8979b25ddadfa8fbca3c8c8bd1 Mon Sep 17 00:00:00 2001 From: Zied Aouini Date: Wed, 19 Feb 2020 00:12:25 +0100 Subject: [PATCH] Add flow_extra_info. --- nfstream/ndpi.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nfstream/ndpi.py b/nfstream/ndpi.py index e670616..62efffb 100644 --- a/nfstream/ndpi.py +++ b/nfstream/ndpi.py @@ -962,7 +962,8 @@ struct ndpi_flow_struct { struct ndpi_flow_tcp_struct tcp; struct ndpi_flow_udp_struct udp; } l4; - + /* Place textual flow info here */ + char flow_extra_info[16]; /* Pointer to src or dst that identifies the server of this connection