Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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> | ||
* | | 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> | ||
* | Mapped the mining category in ndpi_category_get_name() | Luca | 2018-09-18 |
| | |||
* | Implementation of Bitcoin, Ethereum, ZCash, Monero dissectors all identified ↵ | Luca | 2018-09-18 |
| | | | | | | as mining Implements #503 | ||
* | Addes support for SMBv1 traffic that has been split from SMBv23 | Luca Deri | 2018-09-17 |
| | |||
* | Added ndpi_protocol2id() API call | Luca | 2018-09-17 |
| | |||
* | Fixes broken hyperscan compilation | Simone Mainardi | 2018-09-11 |
| | |||
* | Merge pull request #598 from madpilot78/include_hyperscan_fix | Luca Deri | 2018-08-30 |
|\ | | | | | Move the configure include file inclusion and code depending on it in… | ||
| * | Move the configure include file inclusion and code depending on it in code ↵ | Guido Falsi | 2018-08-27 |
| | | | | | | | | protected by the NDPI_LIB_COMPILATION define, this should avoid it polluting the environment when including this file from ntopng. | ||
* | | Added missing categorization when giveup/guess is called | Luca | 2018-08-30 |
|/ | | | | | Added optimization for TCP flows that do not start with a SYN packet: early giveup is performed Code cleanup | ||
* | Merge branch 'pr-remove-autoconf-include' of ↵ | Campus | 2018-08-23 |
|\ | | | | | | | https://github.com/eglooca/ndpi-pr into eglooca-pr-remove-autoconf-include | ||
| * | Remove autoconf include from typedefs headers. | Darryl Sokoloski | 2018-08-16 |
| | | | | | | | | | | | | Including this file in any "public" API header breaks all projects that also use autotools because macros such as PACKAGE_VERSION will be redefined. Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca> | ||
* | | ndpi_typedefs.h : missing include | alm-A | 2018-08-22 |
| | | | | | | | | | | | | include to ndpi_protocol_ids.h needed for: - NDPI_PROTOCOL_SIZE - NDPI_MAX_SUPPORTED_PROTOCOLS - NDPI_MAX_NUM_CUSTOM_PROTOCOLS | ||
* | | Compilation fix | Luca Deri | 2018-08-20 |
|/ | |||
* | Fix for #400 | Luca Deri | 2018-08-16 |
| | |||
* | Completed custom category implementation | Luca Deri | 2018-08-16 |
| | |||
* | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2018-08-16 |
|\ | |||
| * | Hyperscan compilation fixes | Simone Mainardi | 2018-08-16 |
| | | |||
* | | Generic protocol cleanup (work in progress) | Luca Deri | 2018-08-16 |
|/ |