diff options
author | Luca Deri <deri@ntop.org> | 2017-04-19 21:55:49 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2017-04-19 21:55:49 +0200 |
commit | a9c01ded174ed380a2d135cfb9b903f616b0e175 (patch) | |
tree | 96b8692c8191f29ca33bf281f6435f72c4db3bfd /example/ndpi_util.h | |
parent | cbc08f7e5045c3b0f49eccc1e071663e163bbf91 (diff) |
ndpiReader now prints (-v) the flows with the correct direction
Diffstat (limited to 'example/ndpi_util.h')
-rw-r--r-- | example/ndpi_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ndpi_util.h b/example/ndpi_util.h index a8e21d673..335c94ddf 100644 --- a/example/ndpi_util.h +++ b/example/ndpi_util.h @@ -46,7 +46,7 @@ typedef struct ndpi_flow_info { u_int32_t upper_ip; u_int16_t lower_port; u_int16_t upper_port; - u_int8_t detection_completed, protocol; + u_int8_t detection_completed, protocol, src_to_dst_direction; u_int16_t vlan_id; struct ndpi_flow_struct *ndpi_flow; char lower_name[48], upper_name[48]; |