diff options
author | Campus <campus@ntop.org> | 2016-05-24 23:28:43 +0200 |
---|---|---|
committer | Campus <campus@ntop.org> | 2016-05-24 23:28:43 +0200 |
commit | f8ecdc004f337dd478484f5cc2c087022803762b (patch) | |
tree | 628a84a1daef95f982cc40cc53e6e8ef5bd1702d /src/include | |
parent | b05907f592e59d30461817269ded7f2141e7207a (diff) |
added new fb detection - remove old bittorrent functions - fix rx warning
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_protocols.h | 4 |
1 files changed, 0 insertions, 4 deletions
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); |