Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
|/ | |||
* | Added new dissector for Memcached. | Darryl Sokoloski | 2018-08-15 |
| | | | | Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca> | ||
* | Added checks for missing protocol initialization | Luca Deri | 2018-07-23 |
| | | | | | Fixed missing LOG_ERR initialization Fixed logging warnings | ||
* | Fixed warning | Luca Deri | 2018-07-21 |
| | |||
* | Added comment about typedefs | Luca | 2018-07-21 |
| | |||
* | Defined type ndpi_protocol_id_t for protocol identifiers | Luca | 2018-07-21 |
| | |||
* | Major code cleanup | Luca | 2018-07-21 |
| | | | | Converted some not popular protocols to NDPI_PROTOCOL_GENERIC with category detection | ||
* | Fixes invalid NDPI_MAX_SUPPORTED_PROTOCOLS | Simone Mainardi | 2018-07-20 |
| | |||
* | Added showmax.com detection | Marcus Hufvudsson | 2018-07-02 |
| | |||
* | Added site unavailable category | Luca Deri | 2018-06-11 |
| | |||
* | Fixes invalid NDPI_MAX_SUPPORTED_PROTOCOLS | Simone Mainardi | 2018-05-31 |
| | | | | Fixes https://github.com/ntop/nDPI/commit/c77ec63e | ||
* | Fix for https://github.com/ntop/nDPI/issues/572 | Luca Deri | 2018-05-28 |
| | |||
* | Merge branch 'dev' into rapidvideo | Daniele De Lorenzi | 2018-05-25 |
|\ | |||
| * | Added VidTO streaming service | Daniele | 2018-05-25 |
| | | |||
* | | Added RapidVideo | Daniele | 2018-05-25 |
|/ | |||
* | Added Musical.ly support | Luca Deri | 2018-05-23 |
| | |||
* | Added custom categories | Luca | 2018-05-23 |
| | | | | | | | | | CUSTOM_CATEGORY_MINING = 99 CUSTOM_CATEGORY_MALWARE = 100 CUSTOM_CATEGORY_ADVERTISEMENT = 101 CUSTOM_CATEGORY_BANNED_SITE = 102 Updated test results | ||
* | Implemented Facebook Messenger (mobile) support | Luca Deri | 2018-05-18 |
| | | | | Code cleanup | ||
* | Implemented FacebookZero protocol support | Luca Deri | 2018-05-18 |
| | | | | | | https://code.facebook.com/posts/608854979307125/building-zero-protocol-for-fast-secure-mobile-connections/ Discontinued filetopia protocol | ||
* | Implemented hash-based categories | Luca Deri | 2018-05-16 |
| | |||
* | Hidden ndpi_detection_module_struct definition | Luca Deri | 2018-05-14 |
| | |||
* | Added ndpi_set_detection_preferences() APi call | Luca Deri | 2018-05-14 |
| |