aboutsummaryrefslogtreecommitdiff
path: root/example
Commit message (Collapse)AuthorAge
* Fix warning when use -WdocumentationAlexis La Goutte2015-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.cMichele Campus2015-07-19
|
* Added check for removing characters from nDPI custom-defined protocols that ↵Luca Deri2015-07-16
| | | | might cause apps to misbehave.
* Fixes for #27Luca2015-07-13
|
* Introduced ndpi_protocol datatype to handle master+subprotocolLuca2015-07-07
| | | | | | Reworked protocol/master_protocol Added new API call to print protocol/master_protocol - ndpi_protocol2name()
* Added support for subprotocolsLuca2015-07-01
| | | | Modified ndpiReaded to print subprotocols
* Split former protocol into upper and lower protocolLuca2015-07-01
|
* Removed commented codeLuca2015-07-01
| | | | Renamed ndpi_int_add_connection() with ndpi_set_detected_protocol()
* deleted protocol type (real-correlated)Michele Campus2015-06-29
|
* Added fix for fixing a crash when some CLI combination options are usedLuca2015-06-23
|
* Disabled debug messagesLuca2015-06-18
|
* HTTP response is now dissected so we can match mime types on responsesLuca2015-06-18
|
* Fix ip based protocol example in protos.txtgeorge.vakras@gmail.com2015-06-17
|
* Allow loading host IP based protocols from protos.txtgeorge.vakras@gmail.com2015-06-15
|
* Fixed bug that caused configure to generate GIT version information ↵Luca2015-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 pluginLuca2015-06-04
| | | | Added support for WhatsApp Voice vs WhatsApp (chat, no voice)
* Add check for pthread_setaffinity_npFrancesco Del Degan2015-05-25
|
* Modified GIT version format as shown ndpiReader -rLuca Deri2015-05-21
|
* Update ndpiReader.c: added -r to print used nDPI version and releaseLuca Giovenzana2015-05-21
|
* Update ndpiReader.c: autoremoved trailing slashLuca Giovenzana2015-05-21
|
* Update pcapExample.vcxproj.filtersAndrea Buscarinu2015-05-15
|
* Update pcapExample.vcxprojAndrea Buscarinu2015-05-15
|
* Added ability to run automatic tests (initial version)Luca Deri2015-05-14
|
* Initial import from SVNLuca Deri2015-04-19