Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Added DGA risk for names that look like a DGA | Luca Deri | 2020-06-11 | |
| | ||||
* | Added HyperLogLog cardinality estimator API calls | Luca Deri | 2020-06-10 | |
| | | | | | | | | | | | | | /* Memory lifecycle */ int ndpi_hll_init(struct ndpi_hll *hll, u_int8_t bits); void ndpi_hll_destroy(struct ndpi_hll *hll); /* Add values */ void ndpi_hll_add(struct ndpi_hll *hll, const char *data, size_t data_len); void ndpi_hll_add_number(struct ndpi_hll *hll, u_int32_t value) ; /* Get cardinality estimation */ double ndpi_hll_count(struct ndpi_hll *hll); | |||
* | Updated (C) | Luca Deri | 2020-06-08 | |
| | ||||
* | Win fixes | Luca Deri | 2020-06-08 | |
| | ||||
* | Added check in TLS 1.2+ for reporting a risk when TLS is not used to carry HTTPS | Luca Deri | 2020-06-08 | |
| | ||||
* | Added HTTP check | Luca Deri | 2020-06-07 | |
| | ||||
* | Added TLS bounadry check | Luca Deri | 2020-06-07 | |
| | ||||
* | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2020-06-06 | |
|\ | ||||
| * | Handle EOR in TLV test | Alfredo Cardigliano | 2020-06-06 | |
| | | ||||
* | | Removed some obsolete protocols (battlefield, oscar, pcanywhere, tvants) | Luca Deri | 2020-06-06 | |
|/ | ||||
* | removed obsolete yahoo plugin | Luca Deri | 2020-06-06 | |
| | ||||
* | Support for multiple records in CSV serialization | Alfredo Cardigliano | 2020-06-05 | |
| | ||||
* | Merge pull request #913 from yskcg/fix_segment_fault_dev | Luca Deri | 2020-06-05 | |
|\ | | | | | Fix segment fault dev | |||
| * | fix segment fault cause by the ssl.server_names when it may NULL | ysk | 2020-06-03 | |
| | | ||||
| * | Merge branch 'dev' of github.com:yskcg/nDPI into dev | ysk | 2020-06-03 | |
| |\ | ||||
| | * | nDpi#remove build warnings | ysk | 2020-05-21 | |
| | | | ||||
| * | | Merge branch 'dev' of github.com:yskcg/nDPI into dev | ysk | 2020-05-20 | |
| |\ \ | | |/ | |/| | ||||
| * | | someip#fix when run across architectures such ARM ,may be occour sigbus ↵ | ysk | 2020-05-20 | |
| | | | | | | | | | | | | error(),Unhandled fault: alignment fault (0x92000021) at 0x00000000f67004aa | |||
* | | | Add ndpi_serializer_get_header API (CSV only) | Alfredo Cardigliano | 2020-06-05 | |
| | | | ||||
* | | | Added ndpi_dpi2json() API call | Luca Deri | 2020-06-05 | |
| | | | ||||
* | | | Improved teamviewer detection | Luca Deri | 2020-06-03 | |
| | | | ||||
* | | | Improved spotify detection | Luca Deri | 2020-06-02 | |
| | | | ||||
* | | | Added boundary check in kerberos protocol | Luca Deri | 2020-06-01 | |
| | | | ||||
* | | | Added check for spotify payload lenght | Luca Deri | 2020-06-01 | |
| | | | ||||
* | | | Check to avoid allocating twice the esni memory | Luca Deri | 2020-06-01 | |
| | | | ||||
* | | | Reworked HTTP header processing workflow | Luca Deri | 2020-06-01 | |
| | | | ||||
* | | | HTTP comparison optimization | Luca Deri | 2020-05-31 | |
| | | | ||||
* | | | Minor changes | Luca Deri | 2020-05-31 | |
| | | | ||||
* | | | Reworked ndpi_strncasestr | Luca Deri | 2020-05-31 | |
| | | | ||||
* | | | Added offset check in kerberos dissector | Luca Deri | 2020-05-31 | |
| | | | ||||
* | | | Added extra TLS memory boundary checks | Luca Deri | 2020-05-31 | |
| | | | ||||
* | | | Added check to avoid producing alerts for known protocol on unknown port ↵ | Luca Deri | 2020-05-30 | |
| | | | | | | | | | | | | when using TLS | |||
* | | | HTTP dissector improvements | Luca Deri | 2020-05-30 | |
| | | | ||||
* | | | Minor cleanup | Luca Deri | 2020-05-29 | |
| | | | ||||
* | | | Added check for heap buffer overflow read | Luca Deri | 2020-05-29 | |
| | | | ||||
* | | | Fixes for https://github.com/ntop/nDPI/pull/911 | Luca Deri | 2020-05-29 | |
| | | | | | | | | | | | | Added code for dumping invalid HTTP header | |||
* | | | Added references to ESNI | Luca Deri | 2020-05-29 | |
| | | | ||||
* | | | Added check for suspicious HTTP headers | Tommaso Macchioni | 2020-05-29 | |
| | | | ||||
* | | | Added support for Encrypted TLS SNI dissection | Luca Deri | 2020-05-28 | |
| | | | | | | | | | | | | https://datatracker.ietf.org/doc/draft-ietf-tls-sni-encryption/ | |||
* | | | Added ndpi_serialize_risk() API function | Luca Deri | 2020-05-27 | |
| | | | ||||
* | | | Extended the cache for services that need to be reconciled such as Microsoft ↵ | Luca Deri | 2020-05-27 | |
| | | | | | | | | | | | | | | | | | | Teams Added JSON-formatted Microsoft list of IP/services | |||
* | | | Add ndpi_serialize_start_of_list/ndpi_serialize_end_of_list to serialize ↵ | Alfredo Cardigliano | 2020-05-25 | |
| | | | | | | | | | | | | simple lists in JSON | |||
* | | | Added ndpi_serialize_risk() to the nDPI API | Luca Deri | 2020-05-24 | |
| | | | ||||
* | | | Added flow risk serilization | Luca Deri | 2020-05-24 | |
| | | | ||||
* | | | Added memory boundary checks | Luca Deri | 2020-05-22 | |
| | | | ||||
* | | | Added stub for checking HTTP header | Luca Deri | 2020-05-21 | |
| | | | | | | | | | | | | Updated Teams result | |||
* | | | MS Teams uses as underlying protocol for voice/video. This commit adds the ↵ | Luca Deri | 2020-05-21 | |
| | | | | | | | | | | | | | | | | | | ability to mark as MS Teams all Skype traffic made by a host with active MS Teams flows | |||
* | | | Fixed valse positive whatsapp detection | Luca Deri | 2020-05-20 | |
| | | | | | | | | | | | | Cleaned Microsoft IP addresses list | |||
* | | | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2020-05-20 | |
|\ \ \ | ||||
| * \ \ | Merge pull request #905 from lnslbrty/dev | Luca Deri | 2020-05-20 | |
| |\ \ \ | | |_|/ | |/| | | Fixed docstring typos for ndpi_finalize_initalization |