Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | 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 | |
| | ||||
* | Enable IEC 60870-5-104 dissector | Alfredo Cardigliano | 2020-04-24 | |
| | ||||
* | Warning fix | Luca Deri | 2020-04-22 | |
| | ||||
* | :bug: use protocol_was_guessed in ndpi_detection_giveup | Leonn Paiva | 2020-04-22 | |
| | ||||
* | :cool: code ident & style | Leonn Paiva | 2020-04-22 | |
| | ||||
* | Added detection of Microsoft Teams | Luca Deri | 2020-04-16 | |
| | ||||
* | Adds tls check before reading memory | Philippe Antoine | 2020-04-15 | |
| | ||||
* | Use ndpi_handle_ipv6_extension_headers in reader_util | Philippe Antoine | 2020-04-15 | |
| | ||||
* | Restored ndpi_get_api_version() prototype | Luca Deri | 2020-04-15 | |
| | ||||
* | Invalid function definition fix | Luca Deri | 2020-04-13 | |
| | ||||
* | Fix some debug messages | Nardi Ivan | 2020-04-08 | |
| | ||||
* | Fix an harmless memory leak | Nardi Ivan | 2020-04-08 | |
| | | | | Leak introduced in 90e08b35, while fixing #845 | |||
* | Fixes #853 and adds a self check for duplicates | Luca Deri | 2020-04-07 | |
| | ||||
* | Compilation fix | Luca Deri | 2020-03-27 | |
| | ||||
* | Merge pull request #861 from havup/dev | Luca Deri | 2020-03-27 | |
|\ | | | | | pull request with s7comm | |||
| * | Update ndpi_main.c | havup | 2020-03-25 | |
| | | ||||
| * | Update ndpi_main.c | havup | 2020-03-25 | |
| | | ||||
* | | Fix ndpi_get_api_version version truncation | emanuele-f | 2020-03-25 | |
|/ | ||||
* | Add ndpi_flow_tcp_struct and ndpi_flow_udp_struct api calls. | Zied Aouini | 2020-02-21 | |
| | ||||
* | Merge pull request #846 from catenacyber/fuzzofix | Luca Deri | 2020-02-19 | |
|\ | | | | | Fix various buffer over reads | |||
| * | Fix kerberos leak | Philippe Antoine | 2020-02-18 | |
| | | ||||
* | | Fix for disabling guess when not requested | Luca Deri | 2020-02-19 | |
|/ | ||||
* | Added protocol range check | Luca Deri | 2020-02-17 | |
| | ||||
* | Fix little leak on the proto_defaults strdup | emanuele-f | 2020-02-12 | |
| | ||||
* | Added export of TLS supported version in TLS header | Luca Deri | 2020-02-07 | |
| | ||||
* | Added TLS ALPN support | Luca Deri | 2020-02-07 | |
| | ||||
* | Little enhancements | emanuele-f | 2020-02-06 | |
| | ||||
* | Category matching fix | Luca Deri | 2020-02-05 | |
| | ||||
* | Implement ndpi_flowv6_flow_hash ndpi_flowv4_flow_hash. Add ndpi_base64_encode. | Alfredo Cardigliano | 2020-01-24 | |
| | ||||
* | ndpi_load_categories_file() now returns the number of loaded hosts or -1 in ↵ | Luca Deri | 2020-01-20 | |
| | | | | case of error | |||
* | Various ethereum improvements | Luca Deri | 2020-01-08 | |
| | ||||
* | Cosmetic fixes | Luca Deri | 2020-01-06 | |
| | ||||
* | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2020-01-05 | |
|\ |