Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |