From f8ecdc004f337dd478484f5cc2c087022803762b Mon Sep 17 00:00:00 2001 From: Campus Date: Tue, 24 May 2016 23:28:43 +0200 Subject: added new fb detection - remove old bittorrent functions - fix rx warning --- src/include/ndpi_protocols.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/include') diff --git a/src/include/ndpi_protocols.h b/src/include/ndpi_protocols.h index 3581a3691..9298bf22a 100644 --- a/src/include/ndpi_protocols.h +++ b/src/include/ndpi_protocols.h @@ -52,10 +52,6 @@ void ndpi_search_tcp_or_udp(struct ndpi_detection_module_struct *ndpi_struct, st /* Applications and other protocols. */ void ndpi_search_bittorrent(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow); -void ndpi_bittorrent_init(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t size,u_int32_t timeout); -void ndpi_bittorrent_done(struct ndpi_detection_module_struct *ndpi_struct); -int ndpi_bittorrent_gc(struct hash_ip4p_table *ht,int key,time_t now); - void ndpi_search_edonkey(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow); void ndpi_search_fasttrack_tcp(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow); void ndpi_search_gnutella(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow); -- cgit v1.2.3