aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_main.c
Commit message (Expand)AuthorAge
...
* Update copyrightAlfredo Cardigliano2022-01-03
* Improved BitTorrent guessLuca Deri2021-12-26
* Added support for Log4J/Log4Shell detection in nDPI via a new flow risk named...Luca Deri2021-12-23
* A final(?) effort to reduce memory usage per flow (#1389)Ivan Nardi2021-12-22
* Improved bittorrent heuristicLuca Deri2021-12-21
* Added Microsoft Azure supportLuca Deri2021-12-19
* Improve/add several protocols (#1383)Ivan Nardi2021-12-18
* Improved BitTorrent classificationLuca Deri2021-12-07
* Fix configure script (after fb85dac9) (#1381)Ivan Nardi2021-12-04
* Improve IPv6 support, enabling IPv6 traffic on (almost) all dissectors. (#1380)Ivan Nardi2021-12-04
* Removed spaces from some protocol names as they create problems with some app...Luca Deri2021-11-30
* Aded default port to HTTP_CONNECTLuca Deri2021-11-25
* Rework how hostname/SNI info is saved (#1330)Ivan Nardi2021-11-24
* BitTorrent detection improvementsLuca Deri2021-11-17
* 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
* Improved BitTorrent detectionLuca Deri2021-11-04
* Fix use-of-uninitialized-value (#1366)Ivan Nardi2021-11-03
* Avoid overwriting valid protocol in `ndpi_detection_giveup` (#1360)Ivan Nardi2021-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
* Fix some invalid memory reads (#1350)Ivan Nardi2021-10-19
* Fix broken fuzz_process_packet fuzzer by adding a call to ndpi_finalize_initi...Toni2021-10-18
* 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
* Compilation fixLuca Deri2021-10-05
* Numeric IPs are not considered for DGA checksLuca Deri2021-10-05
* Improved DGA detection for skipping potential DGAs of known/popular domain namesLuca Deri2021-10-05
* Remove `struct ndpi_packet_struct` from `struct ndpi_flow_struct` (#1319)Ivan Nardi2021-10-05
* Added -a <num> to ndpiReader for generating OPNsense configurationLuca Deri2021-10-04
* Remove `detected_protocol_stack` field from `ndpi_packet_struct` (#1317)Ivan Nardi2021-09-29
* FTP: fix support for START-TLS sessionsNardi Ivan2021-09-21
* Fix parsing of ipv6 packets with extension headersNardi Ivan2021-09-19
* Small fixes after latest commits (#1308)Ivan Nardi2021-09-18
* A (tiny) effort to reduce memory usage per flow (#1304)Ivan Nardi2021-09-18
* DNS dissection fixesLuca Deri2021-09-17
* Progetto esame Gestione di Reti - Debora Cerretini (#1290)deboracerretini2021-09-17
* Hangout: fix usage of STUN function (#1299)Ivan Nardi2021-09-13
* Update the list of default ports for QUIC protocol (#1297)Ivan Nardi2021-09-13
* Added new risk for clear text credentialsLuca Deri2021-09-10
* Add Cassandra protocol dissector (#1285)lucasbaile2021-09-09
* Fix access to some TLS fields in flow structure (#1277)Ivan Nardi2021-08-20
* Compile everything with "-W -Wall -Wno-unused-parameter" flags (#1276)Ivan Nardi2021-08-20
* Fixed Mingw64 build, SonerCloud-CI and more. (#1273)Toni2021-08-18
* Fixed some invalid TLS guessesLuca Deri2021-08-17