aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_typedefs.h
diff options
context:
space:
mode:
authorIvan Nardi <12729895+IvanNardi@users.noreply.github.com>2023-12-06 10:24:26 +0100
committerGitHub <noreply@github.com>2023-12-06 10:24:26 +0100
commitf74cf16c361018fc98d796978013df4ca0c6050f (patch)
tree47b08a2ff93f4313c5c2175fe4663099f38bfd49 /src/include/ndpi_typedefs.h
parentad20846fad48d5da8f21fcb7cc9703048b0c02db (diff)
OpenVPN: rework detection (#2199)
Close #1873
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-rw-r--r--src/include/ndpi_typedefs.h3
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;