aboutsummaryrefslogtreecommitdiff
path: root/example
Commit message (Collapse)AuthorAge
* Prevent Segfault when building with -DNDPI_ENABLE_DEBUG_MESSAGESVito Piserchia2016-11-03
|
* Added -ldl needed by PF_RINGLuca Deri2016-11-02
|
* minor fix to keep same coherence of type usedCampus2016-10-30
|
* fixed some dissector for logic or syntaxCampus2016-10-07
|
* Fix for #249 (not sure is enough)lucaderi2016-09-27
|
* fix snaplen for pcap_open_live function - optimal value is described here ↵Campus2016-09-26
| | | | http://pcap.man.potaroo.net/
* Fixed dist buildtheirix2016-08-13
|
* fixed invalid termination with ipv6 addressCampus2016-08-09
|
* Added fix to avoid IPv6 formatting differences across platformsLuca2016-07-12
|
* Removed false positives from CoAP protocolLuca Deri2016-06-19
| | | | | | | Improved DNS detection Added misisng default DropBox port Fix for #154 Added sample pcap of Tor traffic for regression testing
* Restored code harvested inLuca Deri2016-06-07
| | | | | | https://github.com/ntop/nDPI/commit/60e7e19dab72a37d57bc7854e702264e7d25886d#diff-0856ce19e6ed4e80946656d41f7edd65L135 DNS reply dissection can now be controlled by a preference as demonstrated in ndpiReader.c
* Enhanced fragments support in ndpiReaderLuca Deri2016-05-31
| | | | Improved RX protocol dissection and removed port guess as it caused false positives.
* Moved to 1.8 release1.8Luca Deri2016-05-28
|
* ndpi_util.c: fix The right operand of '+' is a garbage valueAlexis La Goutte2016-05-24
|
* ndpi_util: Value stored to 'fcs' is never readAlexis La Goutte2016-05-23
|
* ndpi_util: replace if / else by switch/caseAlexis La Goutte2016-05-23
| | | | | | | Fix also The left operand of '==' is a garbage value Value stored to 'slarp' is never read Value stored to 'cdp' is never read
* Fix missing breakAlexis La Goutte2016-05-23
|
* Simplified ndpi_exit_detection_module()Luca Deri2016-05-08
|
* Simplified nDPI initialization functionLuca Deri2016-05-08
|
* Added wrappers for substring-searchLuca Deri2016-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 some stuffs - added missing comments on functionsCampus2016-04-24
|
* Reworked ↵Luca Deri2016-04-24
| | | | https://github.com/ntop/nDPI/commit/8a4c15ecf5c5c1430e8047324a5e336db2f503f1 to avoid adding (un-needed) pcap dependency in nDPI core
* Firxed warningsLuca Deri2016-04-24
|
* Remove floating stack pointer causing segmentation faultemanuele-f2016-04-20
|
* Integrate root flows free and little changesemanuele-f2016-04-20
|
* Other util API stuffemanuele-f2016-04-20
|
* Fix some issuesemanuele-f2016-04-19
|
* Move relevant functions to ndpi_util API moduleemanuele-f2016-04-19
|
* Change confusing "ndpi_flow" structure name to "ndpi_flow_info"emanuele-f2016-04-19
|
* 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
|