aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorIvan Nardi <12729895+IvanNardi@users.noreply.github.com>2024-05-11 23:39:54 +0200
committerGitHub <noreply@github.com>2024-05-11 23:39:54 +0200
commit0110623b4ed94e49f2821073146d705856ed149f (patch)
treea268611183d90d1727fc3f8bdcc12217999a8e07 /src/include
parenta064261e854317bcc48aab31f86f3cbee67855c3 (diff)
H323: improve detection and avoid false positives (#2432)
Diffstat (limited to 'src/include')
1 files changed, 0 insertions, 3 deletions
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;