diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-12-06 10:24:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-06 10:24:26 +0100 |
commit | f74cf16c361018fc98d796978013df4ca0c6050f (patch) | |
tree | 47b08a2ff93f4313c5c2175fe4663099f38bfd49 /src/include/ndpi_typedefs.h | |
parent | ad20846fad48d5da8f21fcb7cc9703048b0c02db (diff) |
OpenVPN: rework detection (#2199)
Close #1873
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-rw-r--r-- | src/include/ndpi_typedefs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 06e55adca..718fec834 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1454,8 +1454,7 @@ struct ndpi_flow_struct { /* NDPI_PROTOCOL_OPENVPN */ - u_int8_t ovpn_session_id[8]; - u_int8_t ovpn_counter; + u_int8_t ovpn_session_id[2][8]; /* NDPI_PROTOCOL_TINC */ u_int8_t tinc_state; |