aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/bittorrent.c
Commit message (Expand)AuthorAge
* Bittorrent: improve detection of UTPv1 and avoid false positivesNardi Ivan2024-09-03
* Bittorrent: fix extra dissectionNardi Ivan2024-09-03
* Minor dissector optimizationsLuca Deri2024-05-20
* Disable `-Wno-unused-parameter -Wno-unused-function`. (#2358)Toni2024-04-03
* LRU cache: move to 64 bits long keys (#2346)Ivan Nardi2024-03-15
* Bittorrent: improve detection of UTPv1 (#2259)Ivan Nardi2024-01-12
* Improved uTorrent via utp (TCP-like streams over UDP). (#2255)Toni2024-01-11
* Keep separating public and private API (#2157)Ivan Nardi2023-11-29
* Have a clear distinction between public and private/internal API (#2137)Ivan Nardi2023-11-09
* Make Bittorrent LRU cache IPv6 aware. (#1909)Ivan Nardi2023-04-29
* Bittorrent: fix detection over TCP (#1868)Ivan Nardi2023-01-19
* Bittorrent: fix heap-buffer-overflow (#1863)Ivan Nardi2023-01-19
* LRU caches: add a generic (optional and configurable) expiration logic (#1855)Ivan Nardi2023-01-18
* Add Meraki Cloud protocol and improve other protocols (#1854)Ivan Nardi2023-01-17
* Add protocol disabling feature (#1808)Ivan Nardi2022-12-18
* Sizes of LRU caches are now configurableNardi Ivan2022-09-23
* HTTP, Bittorrent, Kerberos: fix stopping of extra dissection (#1700)Ivan Nardi2022-08-06
* Bittorrent: don't use absolute time reference (#1701)Ivan Nardi2022-08-06
* Further simplification of `ndpi_process_extra_packet()` (#1698)Ivan Nardi2022-08-05
* HTTP: improve sub-classification (#1696)Ivan Nardi2022-08-05
* Update the protocol bitmask for some protocols (#1675)Ivan Nardi2022-07-27
* Add support for flow client/server information (#1671)Ivan Nardi2022-07-24
* Bittorrent: fix keys in cache code (#1670)Ivan Nardi2022-07-22
* BITTORRENT: fix confidence (#1664)Ivan Nardi2022-07-20
* Improved Zoom protocol detectionLuca Deri2022-01-23
* Improve IPv6 support, enabling IPv6 traffic on (almost) all dissectors. (#1406)Ivan Nardi2022-01-15
* Add a "confidence" field about the reliability of the classification. (#1395)Ivan Nardi2022-01-11
* Update copyrightAlfredo Cardigliano2022-01-03
* Improved bittorrent heuristicLuca Deri2021-12-21
* Improved bittorrent detectionLuca Deri2021-12-17
* Improved BitTorrent classificationLuca Deri2021-12-07
* Improve IPv6 support, enabling IPv6 traffic on (almost) all dissectors. (#1380)Ivan Nardi2021-12-04
* BitTorrent dissector code cleanup and merge of https://github.com/ntop/nDPI/p...Luca Deri2021-11-17
* BitTorrent detection improvementsLuca Deri2021-11-17
* Improved BT hashing to minimize false positivesLuca Deri2021-11-17
* bittorrent old code cleanup. Enlarged BT cacheLuca Deri2021-11-16
* Improved BitTorrent detectionLuca Deri2021-11-15
* BitTorrent cache debugLuca Deri2021-11-08
* Improved BitTorrent detectionLuca Deri2021-11-04
* BitTorrent detection improvementsLuca Deri2021-10-31
* Fix broken fuzz_process_packet fuzzer by adding a call to ndpi_finalize_initi...Toni2021-10-18
* Remove `struct ndpi_packet_struct` from `struct ndpi_flow_struct` (#1319)Ivan Nardi2021-10-05
* Fix how some protocols handle tcp retransmissions (#1321)Ivan Nardi2021-10-03
* Remove `detected_protocol_stack` field from `ndpi_packet_struct` (#1317)Ivan Nardi2021-09-29
* Bittorrent: fix a potential use-of-uninitialized-value error (#1296)Ivan Nardi2021-09-13
* Added check for avoiding long dissectionsLuca Deri2021-02-10
* (C) UpdateLuca Deri2021-01-07
* Various optimizations to reduce not-necessary callsLuca Deri2020-09-24
* Removed bittorrent false positive detectionLuca Deri2020-05-20
* Compilation fixLuca Deri2020-02-28