| Commit message (Expand) | Author | Age |
* | Added flow risk to wireshark dissection | Luca Deri | 2021-04-26 |
* | Fix some warnings about unused variables/functions (#1160) | Ivan Nardi | 2021-04-05 |
* | Trace fix | Luca Deri | 2021-04-02 |
* | Fixed incapoatibilities with the latest extcap/wireshark | Luca Deri | 2021-04-01 |
* | Fixed invalid guess stats | Luca Deri | 2021-03-30 |
* | ndpiReader: print an error msg if we found an unsupported datalink type (#1157) | Ivan Nardi | 2021-03-23 |
* | Refactored nDPI subprotocol handling and aimini protocol detection. (#1156) | Toni | 2021-03-23 |
* | Better DGA detection (slightly decreased accuracy) | Luca Deri | 2021-03-20 |
* | Added % of flows with risks | Luca Deri | 2021-03-14 |
* | Added in stats the number of flows with risks | Luca Deri | 2021-03-14 |
* | Added flows risks report | Luca Deri | 2021-03-14 |
* | Reworked extendal dependency across testing tools | Luca Deri | 2021-03-14 |
* | Help crash fix | Luca Deri | 2021-03-14 |
* | Implemented square erro rollup to avoid overflow | Luca Deri | 2021-03-14 |
* | Added double exponential smoothing implementation | Luca | 2021-03-11 |
* | Added single exponential smoothing API | Luca Deri | 2021-03-11 |
* | Added experiemntal JA3+ implementation that can be used with -z i ndpiReader | Luca Deri | 2021-03-09 |
* | Add support for Snapchat voip calls (#1147) | Ivan Nardi | 2021-03-06 |
* | Improved DGA detection | Luca Deri | 2021-03-03 |
* | Improved DGA detection with trigrams. Disadvantage: slower startup time | Luca Deri | 2021-03-03 |
* | Holt-Winters calculation improvement | Luca Deri | 2021-02-27 |
* | Added NDPI_MALICIOUS_SHA1 flow risk. (#1142) | Toni | 2021-02-26 |
* | Added NDPI_MALICIOUS_JA3 flow risk | Luca Deri | 2021-02-22 |
* | Implemented TLS Certificate Sibject matching | Luca Deri | 2021-02-22 |
* | Added risky domain flow-risk support | Luca Deri | 2021-02-21 |
* | Fix small memory leak (#1133) | Ivan Nardi | 2021-02-10 |
* | Extended the API to calculate jitter | Luca Deri | 2021-02-09 |
* | Removed debug statement | Luca Deri | 2021-02-09 |
* | Added timeseries forecasting support implementing Holt-Winters with confidenc... | Luca Deri | 2021-02-08 |
* | Implemented more efficient and memory savvy RSI | Luca Deri | 2021-02-05 |
* | RSI enhancements | Luca Deri | 2021-02-05 |
* | Implemented API for computing RSI (Relative Strenght Index) | Luca Deri | 2021-02-04 |
* | Added simple hash implementation to the nDPI API | Luca Deri | 2021-01-20 |
* | Code cleanup: third party uthash is at the right place | Luca Deri | 2021-01-20 |
* | (C) Update | Luca Deri | 2021-01-07 |
* | Split HTTP request from response Content-Type. Request Content-Type should be... | Luca Deri | 2021-01-06 |
* | Fix some warnings when compiling with "-W -Wall" flags (#1103) | Ivan Nardi | 2021-01-04 |
* | Added --ignore-vlanid / -I to exclude VLAN ids for flow hash calculation. #10... | Toni | 2020-12-11 |
* | nDPI rules (work in progress) implementation | Luca Deri | 2020-11-30 |
* | Moved global in reader_util.c | Luca Deri | 2020-10-27 |
* | Added -D flag for detecting DoH in the wild | Luca Deri | 2020-10-26 |
* | Added -x for checking patterns | Luca Deri | 2020-10-22 |
* | Add unit tests to travis. Move ndpi serializer tests to unit tests. | Alfredo Cardigliano | 2020-09-21 |
* | Merge pull request #1012 from IvanNardi/ua | Luca Deri | 2020-09-17 |
|\ |
|
| * | http: create a common function to parse User Agent field | Nardi Ivan | 2020-09-08 |
* | | Added extension to detect nested subdomains as used in Browsertunnel attack tool | Luca Deri | 2020-09-09 |
|/ |
|
* | Fixed invalid memory access leading to a SIGSEGV in ndpiReader's option parser. | Toni Uhlig | 2020-08-28 |
* | Add (optional) dependency on external libraries: libgcrypt and libgpg-error | Nardi Ivan | 2020-08-21 |
* | Fixed invalid dpdk fn call. | Toni Uhlig | 2020-08-15 |
* | Fixed possible memory leak in TLS certificate handling | Luca Deri | 2020-08-05 |