From 0110623b4ed94e49f2821073146d705856ed149f Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Sat, 11 May 2024 23:39:54 +0200 Subject: H323: improve detection and avoid false positives (#2432) --- src/include/ndpi_typedefs.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/include') diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 17275b60e..1c7bd2e6b 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1456,9 +1456,6 @@ struct ndpi_flow_struct { u_int16_t all_packets_counter; u_int16_t packet_direction_complete_counter[2]; // can be 0 - 65000 - /* NDPI_PROTOCOL_H323 */ - u_int8_t h323_valid_packets; - /* NDPI_PROTOCOL_BITTORRENT */ u_int8_t bittorrent_stage; // can be 0 - 255 u_int8_t bt_check_performed : 1; -- cgit v1.2.3