Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Reworked SSL cipher handling | Luca Deri | 2019-06-16 |
| | |||
* | Adds CUSTOM_CATEGORY_ANTIMALWARE category referenced by #710. | Luca Deri | 2019-06-03 |
| | |||
* | Fixed MySQL dissector | Luca Deri | 2019-05-28 |
| | | | | | SSL dissector now reports the protocol version Fixed bug in ndpiReader that ivalidates in some cases the protocl dissection and used to slow down the dissection | ||
* | Added ndpi_is_safe_ssl_cipher(0 call | Luca Deri | 2019-05-23 |
| | |||
* | Update SSL server ciphers | Luca Deri | 2019-05-22 |
| | |||
* | SSL certificate analysis improvement | Luca Deri | 2019-05-20 |
| | |||
* | Added missing definitions | Luca Deri | 2019-05-20 |
| | |||
* | Implements #705 | Luca Deri | 2019-05-20 |
| | |||
* | Initial JA3 support (https://github.com/salesforce/ja3) for SSL | Luca Deri | 2019-05-11 |
| | |||
* | Add allowed site category | emanuele-f | 2019-05-06 |
| | |||
* | Merge pull request #690 from pallas/make-path-const | Luca Deri | 2019-04-12 |
|\ | | | | | Make path const in ndpi_load_protocols_file | ||
| * | Make path const in ndpi_load_protocols_file | Derrick Lyndon Pallas | 2019-04-05 |
| | | |||
* | | Merge pull request #682 from chiehmin/dev | Luca Deri | 2019-04-12 |
|\ \ | | | | | | | Parse HTTP PATCH method | ||
| * | | Parse HTTP PATCH method | chiehminw | 2019-03-26 |
| | | | | | | | | | | | | | | | | | | HTTP PATCH is introduced in RFC 5789 (https://tools.ietf.org/html/rfc5789) Signed-off-by: chiehminw <chiehminw@synology.com> | ||
* | | | Tests result fix | Luca | 2019-04-05 |
|\ \ \ | | |/ | |/| | | | | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | ||
| * | | Improved flow category guess | Luca Deri | 2019-04-02 |
| | | | |||
| * | | Implemented ndpi_process_partial_detection() API call to handle partial ↵ | Luca Deri | 2019-04-01 |
| | | | | | | | | | | | | matches due to the nDPI specified configuration | ||
| * | | Add DNS response address | emanuele-f | 2019-03-29 |
| |/ | |||
| * | SSL cleanup | Luca Deri | 2019-03-25 |
| | | |||
| * | Merge pull request #681 from chiehmin/certificate-parsing | Luca Deri | 2019-03-23 |
| |\ | | | | | | | Parse server certificate organization | ||
| | * | retreive ssl certificate origanization | chiehminw | 2019-03-20 |
| | | | | | | | | | | | | Signed-off-by: chiehminw <chiehminw@synology.com> | ||
| * | | Merge pull request #677 from chiehmin/add-http-method-prefix | Luca Deri | 2019-03-23 |
| |\ \ | | |/ | |/| | Add NDPI prefix for HTTP_METHOD enum to avoid name collisions | ||
| | * | Add NDPI prefix for HTTP_METHOD enum to avoid name collisions | chiehminw | 2019-03-12 |
| | | | | | | | | | | | | | | | | | | ref: https://stackoverflow.com/questions/35380279/avoid-name-collisions-with-enum-in-c-c99 Signed-off-by: chiehminw <chiehminw@synology.com> | ||
* | | | Fixed false positive with FTP_DATA protocol | Luca | 2019-04-05 |
|/ / | | | | | | | | | Added coherency in application protol guess by exploiting the host server name Various protocol optimizations | ||
* | | Removed categories based on file content | Luca Deri | 2019-03-10 |
| | | |||
* | | Proto cleanup | Luca | 2019-03-08 |
| | | |||
* | | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2019-03-08 |
|\| | |||
| * | Re-Added TikTok/Musical.ly protocol | Luca Deri | 2019-03-03 |
| | | |||
| * | Change ndpi_fill_ip_protocol_category to pass IPs explicitly | emanuele-f | 2019-02-12 |
| | | |||
* | | Added new categories | Luca Deri | 2019-03-08 |
|/ | | | | | | | | | | - NDPI_PROTOCOL_CATEGORY_MUSIC - NDPI_PROTOCOL_CATEGORY_VIDEO - NDPI_PROTOCOL_CATEGORY_SHOPPING - NDPI_PROTOCOL_CATEGORY_PRODUCTIVITY - NDPI_PROTOCOL_CATEGORY_FILE_SHARING Protocol vs category rework | ||
* | Aligned DNS to HTTP dissection | Luca Deri | 2019-02-07 |
| | |||
* | Improved HTTP response code handling | Luca Deri | 2019-01-23 |
| | |||
* | Merge pull request #659 from cavedon/direction-endianness | Luca Deri | 2019-01-20 |
|\ | | | | | Compute packet_direction consistently independently from endianness | ||
| * | QUIC: convert little endian offsets to host endianness | Ludovico Cavedon | 2019-01-15 |
| | | | | | | | | | | | | | | Offset in the QUIC protocol are little endian. Reading them as uint32_t works on little endian architectures, but breaks on big endian ones. This change applies the proper conversion and fixes running the http_ipv6 and quic tests on big endian architectures. | ||
* | | Removed this party LRU and replaced with home grown | Luca Deri | 2019-01-17 |
|/ | |||
* | nDPi now finally honours dissection of HTTP responses | Luca Deri | 2019-01-07 |
| | |||
* | Added Modbus over TCP dissector | Luca Deri | 2018-12-21 |
| | |||
* | Added Ookla cache | Luca Deri | 2018-12-17 |
| | |||
* | Expose ndpi_fill_ip_protocol_category api to handle ICMP flows category | emanuele-f | 2018-12-12 |
| | |||
* | Added the concept of protocols that can have subprotocols. Example Spotify ↵ | Luca | 2018-11-30 |
| | | | | | | cannot have subprotocols, DNS can (DNS.Spotify) Merged Skype call in/out in Skype Call | ||
* | Added Signal.org dissector | Luca | 2018-11-28 |
| | |||
* | Improved skype, teredo, netbios heuristics | Luca Deri | 2018-11-21 |
| | | | | Changed ndpi_detection_giveup() API: guess is now part of the call | ||
* | Improved WeChat support | Luca Deri | 2018-11-19 |
| | | | | | Removed Musical.ly protocol as the service has been merged with another one and thus it is no longer used Improved guess for UDP protocols | ||
* | Added ndpi_flowv4_flow_hash and ndpi_flowv6_flow_hash skeletons for | Luca Deri | 2018-11-14 |
| | | | | implementing https://github.com/corelight/community-id-spec | ||
* | Implemented UPnP dissector | Luca Deri | 2018-11-07 |
| | |||
* | Improved SSL decoding | Luca Deri | 2018-11-03 |
| | |||
* | Added NDPI_MIN_NUM_STUN_DETECTION constant | Luca | 2018-10-29 |
| | |||
* | Add function to search host in custom categories | emanuele-f | 2018-10-10 |
| | |||
* | Added missing declarations for nest_log_sink dissector. | Darryl Sokoloski | 2018-09-19 |
| | | | | Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca> | ||
* | New dissector: Nest Log Sink | Darryl Sokoloski | 2018-09-19 |
| | | | | | | This is a dissector for the Nest Log Sink protocol which is used by the Nest Protect (https://nest.com/ca/smoke-co-alarm/overview/). Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca> |