Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #279 from emanuele-f/category | Luca Deri | 2016-10-23 |
|\ | | | | | Add protocol category ids | ||
| * | Add protocol category ids | emanuele-f | 2016-10-22 |
| | | |||
* | | Avoid c99 complains about function prototypes | Marco Gigante | 2016-10-20 |
|/ | |||
* | fix debug function | Campus | 2016-10-15 |
| | |||
* | Synchronized ndpi_l4_detection_process_packet impl | theirix | 2016-05-24 |
| | |||
* | ndpi_api(.h): fix '@return' command used in a comment that is attached to a ↵ | Alexis La Goutte | 2016-05-24 |
| | | | | function returning void [-Wdocumentation] | ||
* | Simplified ndpi_exit_detection_module() | Luca Deri | 2016-05-08 |
| | |||
* | Simplified nDPI initialization function | Luca Deri | 2016-05-08 |
| | |||
* | Added wrappers for substring-search | Luca Deri | 2016-05-07 |
| | | | | | | | | | | ndpi_init_automa() ndpi_free_automa() ndpi_add_string_to_automa() ndpi_finalize_automa() ndpi_match_string() set_ndpi_malloc() set_ndpi_free() | ||
* | rework API (part 1) - minor fixes functions | Campus | 2016-03-14 |
| | |||
* | added check_punycode_string for issue https://github.com/ntop/nDPI/issues/157 | Campus | 2016-03-10 |
| | |||
* | Added new ndpi_detection_giveup() API call to call before giving up for a ↵ | Luca Deri | 2016-03-04 |
| | | | | | | given flow Code cleanup | ||
* | Removed VEOHTV protocol and replaced with HTTPDownload | Luca Deri | 2016-02-28 |
| | | | | Fixed bug that prevented content type to be properly detected | ||
* | Fixed warning | Luca Deri | 2016-02-27 |
| | | | | Reworked protocol initialization | ||
* | Added ndpi_automa_match_string_subprotocol call | Luca | 2016-01-21 |
| | | | | Fixed DNS dissector decoding bug | ||
* | Made ndpi memory allocator type compatible with C++ on x686 platforms. ↵ | Pavel Odintsov | 2015-12-28 |
| | | | | Switch from unsigned long to size_t as allocation functions parameter. | ||
* | reorganized header files - added ndpi_includes.h | Campus | 2015-11-30 |
| | |||
* | Added missing prototype | Luca | 2015-11-12 |
| | |||
* | deleted useless or not used functions and #ifdef | Campus | 2015-11-10 |
| | |||
* | Fix warning when use -Wdocumentation | Alexis La Goutte | 2015-08-18 |
| | | | | | | | | | src/include/ndpi_api.h:73:13: error: parameter 'ndpi_malloc' not found in the function declaration [-Werror,-Wdocumentation] src/include/ndpi_api.h:91:13: error: parameter 'cache' not found in the function declaration [-Werror,-Wdocumentation] src/include/ndpi_api.h:92:13: error: parameter 'cache' not found in the function declaration [-Werror,-Wdocumentation] ndpiReader.c:152:22: error: not a Doxygen trailing comment [-Werror,-Wdocumentation] ndpiReader.c:153:36: error: not a Doxygen trailing comment [-Werror,-Wdocumentation] ndpiReader.c:156:39: error: not a Doxygen trailing comment [-Werror,-Wdocumentation] | ||
* | Fixes for issues #40 -> #52 | Luca | 2015-07-11 |
| | | | | Implemented sub-protocol detection for SSL/HTTP/HTTPS | ||
* | Introduced ndpi_protocol datatype to handle master+subprotocol | Luca | 2015-07-07 |
| | | | | | | Reworked protocol/master_protocol Added new API call to print protocol/master_protocol - ndpi_protocol2name() | ||
* | Added support for subprotocols | Luca | 2015-07-01 |
| | | | | Modified ndpiReaded to print subprotocols | ||
* | deleted protocol type (real-correlated) | Michele Campus | 2015-06-29 |
| | |||
* | Initial import from SVN | Luca Deri | 2015-04-19 |