diff options
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/reader_util.h b/example/reader_util.h index 93df6b03a..d16a5a00c 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -160,6 +160,7 @@ typedef struct ndpi_flow_info { u_int16_t dst_port; u_int8_t detection_completed, protocol, bidirectional, check_extra_packets; u_int16_t vlan_id; + ndpi_packet_tunnel tunnel_type; struct ndpi_flow_struct *ndpi_flow; char src_name[48], dst_name[48]; u_int8_t ip_version; |