mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-20 01:01:34 +00:00
Add flow_extra_info.
This commit is contained in:
parent
b5b0fd832b
commit
b16a7fd21d
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue