Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Added new traffic category for connectivity check detection | Luca Deri | 2020-08-04 | |
| | ||||
* | Tiny changes for TLS block lenght dissection | Luca Deri | 2020-07-29 | |
| | ||||
* | TLS dissection improvements | Luca Deri | 2020-07-28 | |
| | ||||
* | Improved bin clustering | Luca Deri | 2020-07-22 | |
| | ||||
* | User agent detection improvements | Luca Deri | 2020-07-21 | |
| | ||||
* | Indendentation fix | Luca Deri | 2020-07-16 | |
| | ||||
* | 1:add free pointer NULL check;2:fix xbox and teredo protocol detected error ↵ | ysk | 2020-07-16 | |
| | | | | when use the commm udp port 3544 | |||
* | add improved boundary check and check malloc return is NULL | ysk | 2020-07-10 | |
| | ||||
* | Merge pull request #932 from IvanNardi/log | Luca Deri | 2020-07-07 | |
|\ | | | | | Log | |||
| * | Incorporated some feedback | Nardi Ivan | 2020-07-01 | |
| | | ||||
| * | Fix compilation with --enable-debug-messages flag | Nardi Ivan | 2020-06-26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | NDPI_LOG* macros dereference ndpi_detection_module_struct object which is private to ndpi library (via NDPI_LIB_COMPILATION define). So we can't use them outside the library itself, i.e. in ndpiReader code Therefore, in files in example/, convert all (rare) uses of NDPI_LOG* macros to a new very simple macro, private to ndpiReader program. If necessary, such macro may be improved. According to a comment in ndpi_define.h, each dissector must define its own NDPI_CURRENT_PROTO macro before including ndpi_api.h file | |||
* | | Indent | Luca Deri | 2020-06-30 | |
| | | ||||
* | | Fix segfault on ndpi_guess_protocol_id with flow = null | Alfredo Cardigliano | 2020-06-30 | |
| | | ||||
* | | Fix use-after-free in http content parsing | Nardi Ivan | 2020-06-28 | |
| | | ||||
* | | DNP3: add missing initialization | Nardi Ivan | 2020-06-28 | |
| | | ||||
* | | Added malformed packet risk support | Luca Deri | 2020-06-26 | |
|/ | ||||
* | Fixed use after free caused by dangling pointer | Toni Uhlig | 2020-06-21 | |
| | | | | | | * This fix also improved RCE Injection detection Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Fixed API documentation: packet tiestamp is expressed in milliseconds | Luca Deri | 2020-06-18 | |
| | ||||
* | DGA detection improvements | Luca Deri | 2020-06-18 | |
| | ||||
* | Added checks for DGA detection | Luca Deri | 2020-06-17 | |
| | ||||
* | Implemented proprietary AnyDesk protocol | Toni Uhlig | 2020-06-17 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Fixed invalid assignment (typo) | Luca Deri | 2020-06-14 | |
| | ||||
* | Added improved boundary check | Luca Deri | 2020-06-14 | |
| | ||||
* | Added DGA risk for names that look like a DGA | Luca Deri | 2020-06-11 | |
| | ||||
* | Added HTTP check | Luca Deri | 2020-06-07 | |
| | ||||
* | Removed some obsolete protocols (battlefield, oscar, pcanywhere, tvants) | Luca Deri | 2020-06-06 | |
| | ||||
* | removed obsolete yahoo plugin | Luca Deri | 2020-06-06 | |
| | ||||
* | 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 | |
| | | ||||
* | | Reworked ndpi_strncasestr | 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 | |||
* | | Added check for heap buffer overflow read | Luca Deri | 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/ | |||
* | | 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 | |||
* | | Added memory boundary checks | Luca Deri | 2020-05-22 | |
| | | ||||
* | | 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 | |||
* | Added check for binary scripts | Luca Deri | 2020-05-15 | |
| | | | | | Added NDPI_HTTP_NUMERIC_IP_HOST risk ndpi_risk moved to 32 bit | |||
* | Extend packet struct with Content-Disposition HTTP header field | loures | 2020-05-14 | |
| | | | | and improve HTTP binary transfer mime type check | |||
* | Added the ability to detect when a known protocol is using a non-standard port | Luca Deri | 2020-05-10 | |
| | | | | Added check to spot executables exchanged via HTTP | |||
* | Cleaned hyperscan leftover | Luca Deri | 2020-05-08 | |
| | | | | Added further hyperscan hooks | |||
* | Added TLS issuerDN and subjectDN | Luca Deri | 2020-05-07 | |
| | ||||
* | Fixed category matching | Luca Deri | 2020-05-06 | |
| | ||||
* | API cleanup for indetifying explicitly in automa's what we're searching ↵ | Luca Deri | 2020-05-06 | |
| | | | | | | (protocol or category) Removed hyperscan support that is apperently unused | |||
* | Updated automa API to use 32 bit values splits from protocol/categpry | Luca Deri | 2020-05-06 | |
| | ||||
* | Introduced custom protocols with IP and (optional) port support | Luca Deri | 2020-05-06 | |
| | | | | | | | | | | | | | | | | Example - Single IP address ip:213.75.170.11@CustomProtocol - IP address with CIDR ip:213.75.170.11/32@CustomProtocol - IP address with CIDR and port ip:213.75.170.11/32:443@CustomProtocol Please note that there are some restrictions on the port usage. They have been listed in example/protos.txt | |||
* | Various fixes to patricia tree handling | Luca Deri | 2020-05-06 | |
| | ||||
* | False positive fixes | Luca Deri | 2020-05-06 | |
| | ||||
* | Reworked protocol handling chnging it is u_int16_t | Luca Deri | 2020-05-06 | |
| | ||||
* | Removed now obsolete MSN protocol | Luca Deri | 2020-05-03 | |
| | | | | Added nats.io protocol dissector | |||
* | :bulb: implement websocket protocol dissector | Leonn Paiva | 2020-04-26 | |
| |