Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ndiReader: fix ‘jObj_main/jArray_detProto’ may be used uninitialized in ↵ | Alexis La Goutte | 2016-11-22 |
| | | | | this function [-Werror=maybe-uninitialized] | ||
* | ndpiReader: fix unused function 'debug_printf' [-Wunused-function] | Alexis La Goutte | 2016-11-13 |
| | | | | Comment the function | ||
* | minor fix to keep same coherence of type used | Campus | 2016-10-30 |
| | |||
* | Fix for #249 (not sure is enough) | lucaderi | 2016-09-27 |
| | |||
* | fix snaplen for pcap_open_live function - optimal value is described here ↵ | Campus | 2016-09-26 |
| | | | | http://pcap.man.potaroo.net/ | ||
* | Removed false positives from CoAP protocol | Luca Deri | 2016-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 in | Luca Deri | 2016-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 ndpiReader | Luca Deri | 2016-05-31 |
| | | | | Improved RX protocol dissection and removed port guess as it caused false positives. | ||
* | Moved to 1.8 release1.8 | Luca Deri | 2016-05-28 |
| | |||
* | Simplified nDPI initialization function | Luca Deri | 2016-05-08 |
| | |||
* | Added wrappers for substring-search | Luca Deri | 2016-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 functions | Campus | 2016-04-24 |
| | |||
* | Firxed warnings | Luca Deri | 2016-04-24 |
| | |||
* | Remove floating stack pointer causing segmentation fault | emanuele-f | 2016-04-20 |
| | |||
* | Integrate root flows free and little changes | emanuele-f | 2016-04-20 |
| | |||
* | Other util API stuff | emanuele-f | 2016-04-20 |
| | |||
* | Fix some issues | emanuele-f | 2016-04-19 |
| | |||
* | Move relevant functions to ndpi_util API module | emanuele-f | 2016-04-19 |
| | |||
* | Change confusing "ndpi_flow" structure name to "ndpi_flow_info" | emanuele-f | 2016-04-19 |
| | |||
* | Combined ASAN overflow detection and buffer modify | theirix | 2016-04-13 |
| | | | | Combined approach from pull request #172 and commit 6a63ea4. | ||
* | Allocate exact-size buffer with address sanitizer | theirix | 2016-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 Deri | 2016-04-04 |
| | |||
* | Improved protocol detection | Luca Deri | 2016-03-04 |
| | |||
* | Added new ndpi_detection_giveup() API call to call before giving up for a ↵ | Luca Deri | 2016-03-04 |
| | | | | | | given flow Code cleanup | ||
* | typo fixed | Campus | 2016-02-26 |
| | |||
* | added missing free for idle flow in ndpiReader.c | Campus | 2016-02-18 |
| | |||
* | fix for https://github.com/ntop/nDPI/issues/148 | Campus | 2016-02-16 |
| | |||
* | Improved WhatsAppVoice detection | Luca Deri | 2016-02-15 |
| | |||
* | Added ability to extract BitTorrent hash (and eventually peerId) | Luca Deri | 2016-02-15 |
| | |||
* | Made ndpi memory allocator type compatible with C++ on x686 platforms. ↵ | Pavel Odintsov | 2015-12-28 |
| | | | | Switch from unsigned long to size_t as allocation functions parameter. | ||
* | Improvement for Dropbox detection | Luca | 2015-12-08 |
| | | | | Fix for #124 | ||
* | Update ndpi_ethernet definition | Luca | 2015-11-12 |
| | |||
* | Removed legacy linux_compat.h file | Luca | 2015-11-12 |
| | | | | Updated IPv6 address dump format | ||
* | removed kernel support and #if 0s | Campus | 2015-11-12 |
| | |||
* | deleted useless or not used functions and #ifdef | Campus | 2015-11-10 |
| | |||
* | fixing ndpiReader.c after previous changes | Campus | 2015-11-09 |
| | |||
* | Fix for #110 | Luca Deri | 2015-10-26 |
| | |||
* | Minor core reorganization | Luca Deri | 2015-10-26 |
| | |||
* | Fixed IPv6-in-IPv4 implementation | Luca Deri | 2015-10-25 |
| | |||
* | added support for 6in4 tunneling in ndpiReader.c | Campus | 2015-10-23 |
| | |||
* | fixed BGP detection - added BGP pcap with Cisco hDLC and Cisco SLARP | Campus | 2015-10-19 |
| | |||
* | deleted useless header | Campus | 2015-10-16 |
| | |||
* | added cisco hdlc datalink type - fix MPLS header - added BGP pcap with cisco ↵ | Campus | 2015-10-16 |
| | | | | hdlc & MPLS header | ||
* | Simplified IPv6 typedefs | Luca Deri | 2015-10-12 |
| | |||
* | Added TZSP encapsulation support | Luca Deri | 2015-10-11 |
| | |||
* | added radio tap header identification for ieee802.11 packets | Campus | 2015-10-04 |
| | |||
* | 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 |
| | |||
* | 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() |