aboutsummaryrefslogtreecommitdiff
path: root/example/ndpiReader.c
Commit message (Expand)AuthorAge
* Removed master protocol as it was only used for STUN and via also removed API...fix/ndpi-subprotocol-detection-and-refactoringToni Uhlig2021-03-20
* Add support for Snapchat voip calls (#1147)Ivan Nardi2021-03-06
* Improved DGA detectionLuca Deri2021-03-03
* Improved DGA detection with trigrams. Disadvantage: slower startup timeLuca Deri2021-03-03
* Holt-Winters calculation improvementLuca Deri2021-02-27
* Added NDPI_MALICIOUS_SHA1 flow risk. (#1142)Toni2021-02-26
* Added NDPI_MALICIOUS_JA3 flow riskLuca Deri2021-02-22
* Implemented TLS Certificate Sibject matchingLuca Deri2021-02-22
* Added risky domain flow-risk supportLuca Deri2021-02-21
* Fix small memory leak (#1133)Ivan Nardi2021-02-10
* Extended the API to calculate jitterLuca Deri2021-02-09
* Removed debug statementLuca Deri2021-02-09
* Added timeseries forecasting support implementing Holt-Winters with confidenc...Luca Deri2021-02-08
* Implemented more efficient and memory savvy RSILuca Deri2021-02-05
* RSI enhancementsLuca Deri2021-02-05
* Implemented API for computing RSI (Relative Strenght Index)Luca Deri2021-02-04
* Added simple hash implementation to the nDPI APILuca Deri2021-01-20
* Code cleanup: third party uthash is at the right placeLuca Deri2021-01-20
* (C) UpdateLuca Deri2021-01-07
* Split HTTP request from response Content-Type. Request Content-Type should be...Luca Deri2021-01-06
* Fix some warnings when compiling with "-W -Wall" flags (#1103)Ivan Nardi2021-01-04
* Added --ignore-vlanid / -I to exclude VLAN ids for flow hash calculation. #10...Toni2020-12-11
* nDPI rules (work in progress) implementationLuca Deri2020-11-30
* Moved global in reader_util.cLuca Deri2020-10-27
* Added -D flag for detecting DoH in the wildLuca Deri2020-10-26
* Added -x for checking patternsLuca Deri2020-10-22
* Add unit tests to travis. Move ndpi serializer tests to unit tests.Alfredo Cardigliano2020-09-21
* Merge pull request #1012 from IvanNardi/uaLuca Deri2020-09-17
|\
| * http: create a common function to parse User Agent fieldNardi Ivan2020-09-08
* | Added extension to detect nested subdomains as used in Browsertunnel attack toolLuca Deri2020-09-09
|/
* Fixed invalid memory access leading to a SIGSEGV in ndpiReader's option parser.Toni Uhlig2020-08-28
* Add (optional) dependency on external libraries: libgcrypt and libgpg-errorNardi Ivan2020-08-21
* Fixed invalid dpdk fn call.Toni Uhlig2020-08-15
* Fixed possible memory leak in TLS certificate handlingLuca Deri2020-08-05
* Tiny changes for TLS block lenght dissectionLuca Deri2020-07-29
* Minor fixesNardi Ivan2020-07-26
* Fixed bin similarityLuca Deri2020-07-24
* Improved bin clusteringLuca Deri2020-07-22
* Added changes for handlign SSSH cipher detectionLuca Deri2020-07-22
* wrapper cleanupLuca Deri2020-07-13
* Merge pull request #963 from yskcg/devLuca Deri2020-07-13
|\
| * add improved boundary check and check malloc return is NULLysk2020-07-10
* | Fixed race condition in ndpi_ssl_version2str() caused by static qualifier in ...Toni Uhlig2020-07-11
|/
* Various fixes in bins implementationLuca Deri2020-07-09
* Merge pull request #957 from lnslbrty/fix/buildLuca Deri2020-07-09
|\
| * Removed csv_fp as external symbol. Instead passing csv_fp through as argument.Toni Uhlig2020-07-08
* | Added -b to ndpiReader to evaluate binsLuca Deri2020-07-09
|/
* Fix memory leak reported in #955Nardi Ivan2020-07-08
* Added testing bin codeLuca Deri2020-07-07
* Memory allocation fixesLuca Deri2020-07-07