aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_utils.c
Commit message (Expand)AuthorAge
* Added risk/score dump (ndpiReader -h)Luca Deri2021-05-18
* Updated API for ndpi_risk2score()Luca Deri2021-05-17
* Reworked human readeable string search in flowsLuca Deri2021-05-17
* Implemented heuristic to detect Safari and Firefox TLS browsingLuca Deri2021-05-13
* Implemented flow score in Wireshark integrationLuca Deri2021-05-10
* Fix some warnings (#1181)Ivan Nardi2021-05-09
* Added ndpi_risk2severity() API callLuca2021-05-02
* Check for common ALPNs and set a flow risk if not known. (#1175)Toni2021-04-27
* Add vxlan enum to ndpi_packet_tunnelAlfredo Cardigliano2021-04-21
* Added NDPI_DESKTOP_OR_FILE_SHARING_SESSION flow riskLuca Deri2021-04-11
* Improved DGA detection with trigrams. Disadvantage: slower startup timeLuca Deri2021-03-03
* DTLS: improve support (#1146)Ivan Nardi2021-03-02
* Added NDPI_MALICIOUS_SHA1 flow risk. (#1142)Toni2021-02-26
* Added protocol breed to JSON serializer. (#1137)Toni2021-02-25
* Modified JA3 fingerprint messageLuca Deri2021-02-24
* Added NDPI_MALICIOUS_JA3 flow riskLuca Deri2021-02-22
* Removed unused NDPI_RISKY_COUNTRYLuca Deri2021-02-21
* Fixes due to the fragment mananegr codeLuca Deri2021-02-18
* Added new risks (future use)Luca Deri2021-02-16
* Removed now obsolete NDPI_DETECTION_SUPPORT_IPV6: code is more readeable nowLuca Deri2021-02-10
* Partial fix for #1129Luca Deri2021-02-05
* Code cleanup and safety checks in the fragment manager (#1129)Alfredo Cardigliano2021-02-05
* Cosmetic fixesLuca Deri2021-02-03
* fragments management added (#1122)Roberto AGOSTINO2021-02-03
* Cleaned up tls/quic datatypesLuca Deri2021-01-21
* Reworked TLS fingerprint calcolationLuca Deri2021-01-21
* Added simple hash implementation to the nDPI APILuca Deri2021-01-20
* (C) UpdateLuca Deri2021-01-07
* QUIC: improve handling of SNI (#1105)Ivan Nardi2021-01-07
* Added HTTP suspicious content securirty risk (useful for tracking trickbot)Luca Deri2021-01-02
* Win fixesLuca Deri2020-12-17
* Type change to avoid Windows compilation issuesLuca Deri2020-12-17
* Fix/overflow and libgerror check (#1068)Toni2020-11-26
* Improved processing of IPv6 headerLuca Deri2020-10-15
* Added ndpi_quick_16_byte_hashLuca2020-10-05
* Added risks for checkingLuca Deri2020-09-21
* Do not re-define libc functions for mingw builds.Toni Uhlig2020-09-20
* Merge pull request #1017 from lnslbrty/fix/mingw-xcompileLuca Deri2020-09-20
|\
| * Fixed shlib xcompile for x86_64-w64-mingw32Toni Uhlig2020-09-08
* | Reworked MDNS dissector that is not based on the DNS dissectorLuca Deri2020-09-17
|/
* Added some additional TLS mappingsLuca Deri2020-09-02
* Added check for ndpi_ssl_version2str()Luca Deri2020-08-31
* Added new risk for NDPI_UNSAFE_PROTOCOL that identifies protocols that are no...Luca Deri2020-08-30
* Fixes control reaches end of non-void functionSimone Mainardi2020-08-27
* Passes method_len param to ndpi_http_str2methodSimone Mainardi2020-08-27
* Added ndpi_http_method ndpi_http_str2method(const char* method) API callLuca Deri2020-08-26
* Added ndpi_http_method2str() API callLuca Deri2020-08-26
* Added new check for detecting suspicious (too long) namesLuca Deri2020-08-21
* Merge pull request #973 from IvanNardi/esni3Luca Deri2020-08-06
|\
| * Add risk flag about suspicious ESNI usageNardi Ivan2020-08-05