aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_main.c
Commit message (Expand)AuthorAge
* Various optimizations to reduce not-necessary callsLuca Deri2020-09-24
* Merge pull request #1017 from lnslbrty/fix/mingw-xcompileLuca Deri2020-09-20
|\
| * Fixed shlib xcompile for x86_64-w64-mingw32Toni Uhlig2020-09-08
* | Added MDNS in extra packet dissection functionLuca Deri2020-09-18
* | Reworked MDNS dissector that is not based on the DNS dissectorLuca Deri2020-09-17
* | Reworked DGA checksLuca Deri2020-09-11
* | Added buffer check in DGA analysisLuca Deri2020-09-10
* | Complation fix as not on all platforms isnumber() is availablelucaderi2020-09-10
* | Added extension to detect nested subdomains as used in Browsertunnel attack toolLuca Deri2020-09-09
* | Improved dnscrypt v1/v2 protocol detection.Toni Uhlig2020-09-06
|/
* Added (optional) notifier for LRU addLuca Deri2020-08-31
* Added new risk for NDPI_UNSAFE_PROTOCOL that identifies protocols that are no...Luca Deri2020-08-30
* Fixed false positive in suspicous user agentLuca Deri2020-08-30
* Creared IoT-Scada categoryLuca Deri2020-08-23
* Cosmetic fixLuca Deri2020-08-22
* Update TLS dissector to handle QUIC flowsNardi Ivan2020-08-21
* Add (optional) dependency on external libraries: libgcrypt and libgpg-errorNardi Ivan2020-08-21
* Added new check for detecting suspicious (too long) namesLuca Deri2020-08-21
* Added the ability do identigy as DGA those host/domain names with too many co...Luca Deri2020-08-21
* Merge pull request #985 from lnslbrty/add/SOAPLuca Deri2020-08-19
|\
| * Added support for SOAP.Toni Uhlig2020-08-18
* | Added support for discordLuca Deri2020-08-16
|/
* Fixes invalid detection on traffic on non standard portsLuca Deri2020-08-12
* Improved DGA detection algoritmLuca Deri2020-08-11
* Added case-insensitive substring matchingLuca Deri2020-08-10
* Added new traffic category for connectivity check detectionLuca Deri2020-08-04
* Tiny changes for TLS block lenght dissectionLuca Deri2020-07-29
* TLS dissection improvementsLuca Deri2020-07-28
* Improved bin clusteringLuca Deri2020-07-22
* User agent detection improvementsLuca Deri2020-07-21
* Indendentation fixLuca Deri2020-07-16
* 1:add free pointer NULL check;2:fix xbox and teredo protocol detected error w...ysk2020-07-16
* add improved boundary check and check malloc return is NULLysk2020-07-10
* Merge pull request #932 from IvanNardi/logLuca Deri2020-07-07
|\
| * Incorporated some feedbackNardi Ivan2020-07-01
| * Fix compilation with --enable-debug-messages flagNardi Ivan2020-06-26
* | IndentLuca Deri2020-06-30
* | Fix segfault on ndpi_guess_protocol_id with flow = nullAlfredo Cardigliano2020-06-30
* | Fix use-after-free in http content parsingNardi Ivan2020-06-28
* | DNP3: add missing initializationNardi Ivan2020-06-28
* | Added malformed packet risk supportLuca Deri2020-06-26
|/
* Fixed use after free caused by dangling pointerToni Uhlig2020-06-21
* Fixed API documentation: packet tiestamp is expressed in millisecondsLuca Deri2020-06-18
* DGA detection improvementsLuca Deri2020-06-18
* Added checks for DGA detectionLuca Deri2020-06-17
* Implemented proprietary AnyDesk protocolToni Uhlig2020-06-17
* Fixed invalid assignment (typo)Luca Deri2020-06-14
* Added improved boundary checkLuca Deri2020-06-14
* Added DGA risk for names that look like a DGALuca Deri2020-06-11
* Added HTTP checkLuca Deri2020-06-07