From 761a29d20509c97748de297b9baf4bfa4dcd7497 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 29 Jun 2021 02:29:57 +0200 Subject: Added Z39.50 protocol. Signed-off-by: Toni Uhlig --- src/include/ndpi_typedefs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include/ndpi_typedefs.h') diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 173f3baff..ffe12e24c 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1473,6 +1473,9 @@ struct ndpi_flow_struct { /* NDPI_PROTOCOL_STARCRAFT */ u_int8_t starcraft_udp_stage : 3; // 0-7 + /* NDPI_PROTOCOL_Z3950 */ + u_int8_t z3950_stage : 2; // 0-3 + /* NDPI_PROTOCOL_OPENVPN */ u_int8_t ovpn_session_id[8]; u_int8_t ovpn_counter; -- cgit v1.2.3