diff options
author | Luca <deri@ntop.org> | 2019-11-05 08:21:31 +0000 |
---|---|---|
committer | Luca <deri@ntop.org> | 2019-11-05 08:21:31 +0000 |
commit | 6298ecc2718a74a7e5c92e57af464d97c3a60bf9 (patch) | |
tree | 6c496a11cb045ad47572aa80d79a3aaf89c9f21d /example/reader_util.h | |
parent | 75302a10bd24556e0a0f50b0de905ad4c46ad8c7 (diff) |
Added tunnelling decapsulation
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; |