aboutsummaryrefslogtreecommitdiff
path: root/example/ndpiReader.c
Commit message (Collapse)AuthorAge
...
* Combined ASAN overflow detection and buffer modifytheirix2016-04-13
| | | | Combined approach from pull request #172 and commit 6a63ea4.
* Allocate exact-size buffer with address sanitizertheirix2016-04-12
| | | | | | Allows address sanitizer to detect buffer overflow by using special packet buffer when compiled with address sanitizer support (autodetected clang and gcc).
* Added check for alerting when nDPI modified packet payload (should not happen)Luca Deri2016-04-04
|
* Improved protocol detectionLuca Deri2016-03-04
|
* Added new ndpi_detection_giveup() API call to call before giving up for a ↵Luca Deri2016-03-04
| | | | | | given flow Code cleanup
* typo fixedCampus2016-02-26
|
* added missing free for idle flow in ndpiReader.cCampus2016-02-18
|
* fix for https://github.com/ntop/nDPI/issues/148Campus2016-02-16
|
* Improved WhatsAppVoice detectionLuca Deri2016-02-15
|
* Added ability to extract BitTorrent hash (and eventually peerId)Luca Deri2016-02-15
|
* Made ndpi memory allocator type compatible with C++ on x686 platforms. ↵Pavel Odintsov2015-12-28
| | | | Switch from unsigned long to size_t as allocation functions parameter.
* Improvement for Dropbox detectionLuca2015-12-08
| | | | Fix for #124
* Update ndpi_ethernet definitionLuca2015-11-12
|
* Removed legacy linux_compat.h fileLuca2015-11-12
| | | | Updated IPv6 address dump format
* removed kernel support and #if 0sCampus2015-11-12
|
* deleted useless or not used functions and #ifdefCampus2015-11-10
|
* fixing ndpiReader.c after previous changesCampus2015-11-09
|
* Fix for #110Luca Deri2015-10-26
|
* Minor core reorganizationLuca Deri2015-10-26
|
* Fixed IPv6-in-IPv4 implementationLuca Deri2015-10-25
|
* added support for 6in4 tunneling in ndpiReader.cCampus2015-10-23
|
* fixed BGP detection - added BGP pcap with Cisco hDLC and Cisco SLARPCampus2015-10-19
|
* deleted useless headerCampus2015-10-16
|
* added cisco hdlc datalink type - fix MPLS header - added BGP pcap with cisco ↵Campus2015-10-16
| | | | hdlc & MPLS header
* Simplified IPv6 typedefsLuca Deri2015-10-12
|
* Added TZSP encapsulation supportLuca Deri2015-10-11
|
* added radio tap header identification for ieee802.11 packetsCampus2015-10-04
|
* 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
|
* 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
|
* 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
|
* Added ability to run automatic tests (initial version)Luca Deri2015-05-14
|
* Initial import from SVNLuca Deri2015-04-19