aboutsummaryrefslogtreecommitdiff
path: root/python/ndpi.py
diff options
context:
space:
mode:
authorIvan Nardi <12729895+IvanNardi@users.noreply.github.com>2021-10-19 21:42:55 +0200
committerGitHub <noreply@github.com>2021-10-19 21:42:55 +0200
commit8db8c8ae34da09dd09453c312fe9ebdac897f73d (patch)
tree1d345c5d19661e266e919d6f2d9c52133c766c1f /python/ndpi.py
parentfea3991ad168ee0a69a35c7be15e0732f2351d56 (diff)
Fix QUIC log and remove SoulSeek leftovers after b97dc6ba (#1351)
Update .gitignore file Fix a function prototype Close #1349
Diffstat (limited to 'python/ndpi.py')
-rw-r--r--python/ndpi.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/python/ndpi.py b/python/ndpi.py
index a567d789b..0d75da3de 100644
--- a/python/ndpi.py
+++ b/python/ndpi.py
@@ -464,9 +464,6 @@ struct ndpi_id_struct {
/* NDPI_PROTOCOL_DIRECTCONNECT */
uint32_t directconnect_last_safe_access_time;
- /* NDPI_PROTOCOL_SOULSEEK */
- uint32_t soulseek_last_safe_access_time;
-
/* NDPI_PROTOCOL_DIRECTCONNECT */
uint16_t detected_directconnect_port;
uint16_t detected_directconnect_udp_port;
@@ -481,9 +478,6 @@ struct ndpi_id_struct {
uint16_t detected_gnutella_udp_port1;
uint16_t detected_gnutella_udp_port2;
- /* NDPI_PROTOCOL_SOULSEEK */
- uint16_t soulseek_listen_port;
-
/* NDPI_PROTOCOL_IRC */
uint8_t irc_number_of_port;
@@ -517,9 +511,6 @@ struct ndpi_flow_tcp_struct {
uint32_t irc_direction:2;
uint32_t irc_0x1000_full:1;
- /* NDPI_PROTOCOL_SOULSEEK */
- uint32_t soulseek_stage:2;
-
/* NDPI_PROTOCOL_USENET */
uint32_t usenet_stage:2;
@@ -918,8 +909,6 @@ struct ndpi_detection_module_struct {
uint32_t gnutella_timeout;
/* thunder parameters */
uint32_t thunder_timeout;
- /* SoulSeek parameters */
- uint32_t soulseek_connection_ip_tick_timeout;
/* rstp */
uint32_t orb_rstp_ts_timeout;
uint32_t zattoo_connection_timeout;