aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorIvan Nardi <12729895+IvanNardi@users.noreply.github.com>2022-02-28 15:03:49 +0100
committerGitHub <noreply@github.com>2022-02-28 15:03:49 +0100
commite193f3713de57a738aae735101f20ff78bd23e8c (patch)
treebebccf0e6b91038a086de16ce672b721090ab27a /src/include
parentc390085f91d569d953ab5e199e95d580a5cf8f63 (diff)
Removed some unused fields (#1461)
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ndpi_define.h.in11
-rw-r--r--src/include/ndpi_typedefs.h11
2 files changed, 0 insertions, 22 deletions
diff --git a/src/include/ndpi_define.h.in b/src/include/ndpi_define.h.in
index 605c4b1e5..b16e0a63b 100644
--- a/src/include/ndpi_define.h.in
+++ b/src/include/ndpi_define.h.in
@@ -167,17 +167,6 @@
#define MAX_PACKET_COUNTER 65000
#define MAX_DEFAULT_PORTS 5
-#define NDPI_DIRECTCONNECT_CONNECTION_IP_TICK_TIMEOUT 600
-#define NDPI_IRC_CONNECTION_TIMEOUT 120
-#define NDPI_GNUTELLA_CONNECTION_TIMEOUT 60
-#define NDPI_BATTLEFIELD_CONNECTION_TIMEOUT 60
-#define NDPI_THUNDER_CONNECTION_TIMEOUT 30
-#define NDPI_TVANTS_CONNECTION_TIMEOUT 5
-#define NDPI_ZATTOO_CONNECTION_TIMEOUT 120
-#define NDPI_ZATTOO_FLASH_TIMEOUT 5
-#define NDPI_JABBER_STUN_TIMEOUT 30
-#define NDPI_JABBER_FT_TIMEOUT 5
-
#ifdef NDPI_ENABLE_DEBUG_MESSAGES
#define NDPI_LOG(proto, m, log_level, args...) \
{ \
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h
index bbd26961c..f0030c0fd 100644
--- a/src/include/ndpi_typedefs.h
+++ b/src/include/ndpi_typedefs.h
@@ -981,10 +981,8 @@ typedef struct ndpi_list_struct {
struct ndpi_detection_module_struct {
NDPI_PROTOCOL_BITMASK detection_bitmask;
- NDPI_PROTOCOL_BITMASK generic_http_packet_bitmask;
u_int32_t current_ts;
- u_int32_t ticks_per_second;
u_int16_t num_tls_blocks_to_follow;
u_int8_t skip_tls_blocks_until_change_cipher:1, enable_ja3_plus:1, _notused:6;
u_int8_t tls_certificate_expire_in_x_days;
@@ -1025,8 +1023,6 @@ struct ndpi_detection_module_struct {
/* misc parameters */
u_int32_t tcp_max_retransmission_window_size;
- u_int32_t directconnect_connection_ip_tick_timeout;
-
/* subprotocol registration handler */
struct ndpi_subprotocol_conf_struct subprotocol_conf[NDPI_MAX_SUPPORTED_PROTOCOLS + 1];
@@ -1054,13 +1050,6 @@ struct ndpi_detection_module_struct {
/* IP-based protocol detection */
void *protocols_ptree;
- /* irc parameters */
- u_int32_t irc_timeout;
- /* gnutella parameters */
- u_int32_t gnutella_timeout;
- /* rstp */
- u_int32_t jabber_stun_timeout;
- u_int32_t jabber_file_transfer_timeout;
u_int8_t ip_version_limit;
/* NDPI_PROTOCOL_OOKLA */