Add flow_extra_info.

This commit is contained in:
Zied Aouini 2020-02-19 00:12:25 +01:00 committed by GitHub
parent b5b0fd832b
commit b16a7fd21d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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