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] | ||
* | added free for flow in get_ndpi_flow - deleted dead part in ndpi_typedef.c | Michele Campus | 2015-07-19 |
| | |||
* | Added check for removing characters from nDPI custom-defined protocols that ↵ | Luca Deri | 2015-07-16 |
| | | | | might cause apps to misbehave. | ||
* | Fixes for #27 | Luca | 2015-07-13 |
| | |||
* | 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 | ||
* | Split former protocol into upper and lower protocol | Luca | 2015-07-01 |
| | |||
* | Removed commented code | Luca | 2015-07-01 |
| | | | | Renamed ndpi_int_add_connection() with ndpi_set_detected_protocol() | ||
* | deleted protocol type (real-correlated) | Michele Campus | 2015-06-29 |
| | |||
* | Added fix for fixing a crash when some CLI combination options are used | Luca | 2015-06-23 |
| | |||
* | Disabled debug messages | Luca | 2015-06-18 |
| | |||
* | HTTP response is now dissected so we can match mime types on responses | Luca | 2015-06-18 |
| | |||
* | Fix ip based protocol example in protos.txt | george.vakras@gmail.com | 2015-06-17 |
| | |||
* | Allow loading host IP based protocols from protos.txt | george.vakras@gmail.com | 2015-06-15 |
| | |||
* | Fixed bug that caused configure to generate GIT version information ↵ | Luca | 2015-06-04 |
| | | | | | | | containing spaces Modified ndpiReader to include flow details in dumps (used for testing) Rebuilt all test results to include flow details | ||
* | Reworked the STUN plugin | Luca | 2015-06-04 |
| | | | | Added support for WhatsApp Voice vs WhatsApp (chat, no voice) | ||
* | Add check for pthread_setaffinity_np | Francesco Del Degan | 2015-05-25 |
| | |||
* | Modified GIT version format as shown ndpiReader -r | Luca Deri | 2015-05-21 |
| | |||
* | Update ndpiReader.c: added -r to print used nDPI version and release | Luca Giovenzana | 2015-05-21 |
| | |||
* | Update ndpiReader.c: autoremoved trailing slash | Luca Giovenzana | 2015-05-21 |
| | |||
* | Update pcapExample.vcxproj.filters | Andrea Buscarinu | 2015-05-15 |
| | |||
* | Update pcapExample.vcxproj | Andrea Buscarinu | 2015-05-15 |
| | |||
* | Added ability to run automatic tests (initial version) | Luca Deri | 2015-05-14 |
| | |||
* | Initial import from SVN | Luca Deri | 2015-04-19 |