aboutsummaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAge
* Reworked HTTP protocol dissection including HTTP proxy and HTTP connectLuca Deri2021-11-25
* Aded default port to HTTP_CONNECTLuca Deri2021-11-25
* Added googletagmanager.com to the host_match listLuca Deri2021-11-25
* Rework how hostname/SNI info is saved (#1330)Ivan Nardi2021-11-24
* QUIC: fix extra dissection (#1376)Ivan Nardi2021-11-23
* 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
* Fix writes to `flow->protos` union fields (#1354)Ivan Nardi2021-11-15
* Update ndpi_main.c for HTTP line parser optimization and cleaning (#1372)ragostino2021-11-11
* Add detection of OCSP (#1370)Ivan Nardi2021-11-11
* IMAP, POP3, SMTP: improve dissection (#1368)Ivan Nardi2021-11-11
* BitTorrent cache debugLuca Deri2021-11-08
* Differentiate between standard Amazon stuff (i.e market) and AWS (#1369)Ivan Nardi2021-11-04
* Improved BitTorrent detectionLuca Deri2021-11-04
* Fix use-of-uninitialized-value (#1366)Ivan Nardi2021-11-03
* TLS: fix two warnings (#1365)Ivan Nardi2021-11-02
* Updated test resultsLuca Deri2021-11-02
* Fixed certificate mismatch for TLS flows with no client hello observedLuca Deri2021-11-02
* BitTorrent detection improvementsLuca Deri2021-10-31
* Little change in TLS debug tracesLuca Deri2021-10-28
* Fixed TLS certificate dissection of subjectAltNameLuca Deri2021-10-27
* Minor code cleanupLuca Deri2021-10-27
* Avoid overwriting valid protocol in `ndpi_detection_giveup` (#1360)Ivan Nardi2021-10-27
* Serialize additional information stored in the flow struct. (#1362)Toni2021-10-27
* Improved STUN and RTP detectionLuca Deri2021-10-27
* Detect invalid characters in text and set a risk. Fixes #1347. (#1363)Toni2021-10-26
* Fixed Git protocol dissection (#1355)Luca Deri2021-10-25
* Fixed cleartext protocol assignment (#1357)Ivan Nardi2021-10-25
* TLS: fix a heap-buffer-overflow (#1356)Ivan Nardi2021-10-22
* Fixed heap-buffer-overflow in TLS dissectorLuca Deri2021-10-20
* Fix QUIC log and remove SoulSeek leftovers after b97dc6ba (#1351)Ivan Nardi2021-10-19
* Fix some invalid memory reads (#1350)Ivan Nardi2021-10-19
* Added clertext alert with telnetLuca Deri2021-10-19
* Fix broken fuzz_process_packet fuzzer by adding a call to ndpi_finalize_initi...Toni2021-10-18
* Implemented RDP over UDP dissectionLuca Deri2021-10-18
* Fixed cleartext protocol assignmentLuca Deri2021-10-16
* Reworked flow risks asignmentLuca Deri2021-10-16
* Removed outdated (and broken) soulseek dissectorLuca Deri2021-10-15
* Added missing call to ndpi_reconcile_protocols() with protocol guessLuca Deri2021-10-14
* Fixed issue on DGA numeric IP detectionLuca Deri2021-10-13
* IndemtLuca Deri2021-10-13
* Implemented ndpi_ses_fitting() and ndpi_des_fitting()Luca Deri2021-10-12
* Return 0 on ndpi_init_serializer_ll success for consistencyAlfredo Cardigliano2021-10-12
* Fixed DES initialisationLuca Deri2021-10-12
* QUIC: fix an integer overflow (#1337)Ivan Nardi2021-10-11
* Cleaned up code moving specific includes in files their are using it. Thi pre...Luca Deri2021-10-11
* Add more WindowsUpdate URLs as requested in #698. (#1329)Toni2021-10-08