aboutsummaryrefslogtreecommitdiff
path: root/example/ndpiReader.c
Commit message (Expand)AuthorAge
* Added flow risk to wireshark dissectionLuca Deri2021-04-26
* Fix some warnings about unused variables/functions (#1160)Ivan Nardi2021-04-05
* Trace fixLuca Deri2021-04-02
* Fixed incapoatibilities with the latest extcap/wiresharkLuca Deri2021-04-01
* Fixed invalid guess statsLuca Deri2021-03-30
* ndpiReader: print an error msg if we found an unsupported datalink type (#1157)Ivan Nardi2021-03-23
* Refactored nDPI subprotocol handling and aimini protocol detection. (#1156)Toni2021-03-23
* Better DGA detection (slightly decreased accuracy)Luca Deri2021-03-20
* Added % of flows with risksLuca Deri2021-03-14
* Added in stats the number of flows with risksLuca Deri2021-03-14
* Added flows risks reportLuca Deri2021-03-14
* Reworked extendal dependency across testing toolsLuca Deri2021-03-14
* Help crash fixLuca Deri2021-03-14
* Implemented square erro rollup to avoid overflowLuca Deri2021-03-14
* Added double exponential smoothing implementationLuca2021-03-11
* Added single exponential smoothing APILuca Deri2021-03-11
* Added experiemntal JA3+ implementation that can be used with -z i ndpiReaderLuca Deri2021-03-09
* 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