Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | Added ndpi_fill_protocol_category call | Luca Deri | 2018-05-11 |
| | | | | Introduced intitial Skype in/out support | ||
* | Improved hyperscan support and category definition | Luca Deri | 2018-05-10 |
| | |||
* | Implemented custom category loading. | Luca | 2018-04-26 |
| | | | | Modified ndpiReader with -c <file> (use mining_hosts.txt as example) for loading name-based categories | ||
* | Merge pull request #553 from dsokoloski/pr-debug-call-back | Michele Campus | 2018-04-26 |
|\ | | | | | Added missing file, func, and line parameters to call-back typedef. | ||
| * | Added missing file, func, and line parameters to debug call-back typedef. | Darryl Sokoloski | 2018-04-24 |
| | | |||
* | | Moved ndpi_config.h from ndpi_main.h to ndpi_main.c, and example source files. | Darryl Sokoloski | 2018-04-24 |
|/ | |||
* | Replaces outdates socrates protocol with ntop | Luca Deri | 2018-04-24 |
| | |||
* | :bulb: Add Apache JServ Protocol Dissector | Leonn | 2018-04-22 |
| | |||
* | Added protocol placeholders for undefined protocols | Luca Deri | 2018-04-06 |
| |