Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fixes #837 | Luca Deri | 2020-02-19 | |
| | ||||
* | Fixes #845 | Luca Deri | 2020-02-19 | |
| | ||||
* | FIXED - nDPI now detect RCE injections via PCRE instead Intel Hyperscan | MrTiz9 | 2020-02-01 | |
| | ||||
* | nDPI now detect RCE injections via PCRE instead Intel Hyperscan - BUGGY, ↵ | MrTiz9 | 2020-01-30 | |
| | | | | DOES NOT COMPILE | |||
* | nDPI now detect RCE in HTTP GET requests | MrTiz9 | 2020-01-24 | |
| | ||||
* | Win fixes | Luca Deri | 2019-12-14 | |
| | ||||
* | Code cleanup | Luca Deri | 2019-12-09 | |
| | ||||
* | Integration of the libinjection library to detect SQL injections and XSS ↵ | MrTiz9 | 2019-12-05 | |
| | | | | type attacks in HTTP requests | |||
* | Added ndpi_finalize_initalization() initialization function | Luca | 2019-11-07 | |
| | ||||
* | Code cleanup | Luca Deri | 2019-10-02 | |
| | ||||
* | Fix double free after b19bfa1e207a8d4972bfc701fde5d5c014f95383 | emanuele-f | 2019-10-02 | |
| | ||||
* | Fixes leaks in ndpi_add_host_url_subprotocol | emanuele-f | 2019-10-02 | |
| | | | | | It is now possible to deallocate strings in ac_automata_release via an additional parameter | |||
* | TLS cerficate hash calculation | Luca Deri | 2019-09-14 | |
| | ||||
* | Implemented HASSH (https://github.com/salesforce/hassh) | Luca Deri | 2019-08-22 | |
| | ||||
* | Fix missing braces | Stuart Reilly | 2019-06-28 | |
| | ||||
* | Fix two resource leaks | Stuart Reilly | 2019-06-28 | |
| | ||||
* | Fix potential NULL deref in libcache | Stuart Reilly | 2019-06-28 | |
| | ||||
* | Removed this party LRU and replaced with home grown | Luca Deri | 2019-01-17 | |
| | ||||
* | Added Ookla cache | Luca Deri | 2018-12-17 | |
| | ||||
* | Added ndpi_flowv4_flow_hash and ndpi_flowv6_flow_hash skeletons for | Luca Deri | 2018-11-14 | |
| | | | | implementing https://github.com/corelight/community-id-spec | |||
* | Renamed files to avoid name clashes during compilation with other libs | Luca Deri | 2018-09-29 | |
| | ||||
* | Renamed source files to avoid clashes | Luca Deri | 2018-09-29 | |
| | ||||
* | ADD: add prototype of function ht_free in hash.h - DEL: delete include file ↵ | Campus | 2018-08-23 | |
| | | | | .c in ndpi_main.c | |||
* | Changed type to ease compilation accross platforms | Luca Deri | 2018-08-20 | |
| | ||||
* | Generic protocol cleanup (work in progress) | Luca Deri | 2018-08-16 | |
| | ||||
* | Added missing include | Luca Deri | 2018-06-05 | |
| | ||||
* | Fix for #560 | Luca Deri | 2018-05-29 | |
| | ||||
* | Fixed memory leak | Luca Deri | 2018-05-18 | |
| | | | | Optimized memory usage | |||
* | Implemented hash-based categories | Luca Deri | 2018-05-16 | |
| | ||||
* | Update libcache | Vitaly Lavrov | 2018-02-06 | |
| | | | | | Using ndpi_calloc(), ndpi_free() in libcache. Fixing warnings about mixing declaration and code. | |||
* | Added simplified makefile | Luca Deri | 2017-12-25 | |
| | | | | | Fixed small warnings Compilation fixes | |||
* | Fix undefined behavior (detected by gcc): | Vitaly Lavrov | 2017-10-03 | |
| | | | | | | | | | | | | | | ndpi_define.h.in:218: Macros NDPI_SET(), NDPI_CLR(), NDPI_ISSET() runtime error: left shift of 1 by 31 places cannot be represented in type 'int' http.c:364: strncpy((char*)flow->protos.http.nat_ip,(char*)packet->forwarded_line.ptr,len); runtime error: null pointer passed as argument 2, which is declared to never be null ndpi_patricia.c:ndpi_comp_with_mask(): int m = ((-1) << (8 - (mask % 8))); runtime error: left shift of negative value -1 Original function ndpi_comp_with_mask() is unreadable and slow. We have only 2 type of address: 32 bit and 128 bit. The optimized version works 6 times faster (IPv4). | |||
* | Fixed TINC bug (cache usage) | Luca Deri | 2017-07-27 | |
| | | | | | | Merged MS Lync with Skype (Microsoft renamed MS Lync in Skype for Business) Renumbered Nintendo protocols in former MS Lync that was no longer used Fix for #425 | |||
* | Merge pull request #391 from deselmo/dev | Michele Campus | 2017-06-02 | |
|\ | | | | | Updated libcache's license | |||
| * | Update license libcache | William Guglielmo | 2017-06-02 | |
| | | ||||
* | | compilation fix | cardigliano | 2017-06-01 | |
|/ | ||||
* | Delete test.c | William Guglielmo | 2017-05-30 | |
| | ||||
* | Updated libcache | William Guglielmo | 2017-05-30 | |
| | ||||
* | Added tinc protocol detection | William Guglielmo | 2017-05-29 | |
| | ||||
* | fix for https://github.com/ntop/nDPI/issues/371 | Campus | 2017-05-02 | |
| | ||||
* | spelling: interface | Josh Soref | 2017-03-12 | |
| | ||||
* | spelling: incomplete | Josh Soref | 2017-03-12 | |
| | ||||
* | spelling: associated | Josh Soref | 2017-03-09 | |
| | ||||
* | Added memory check in patricia tree | Luca Deri | 2016-12-05 | |
| | | | | | Improved AFP dissection Updated DHCP test results | |||
* | reorganized header files - added ndpi_includes.h | Campus | 2015-11-30 | |
| | ||||
* | removed kernel support and #if 0s | Campus | 2015-11-12 | |
| | ||||
* | Win32 fix | Luca Deri | 2015-05-18 | |
| | ||||
* | Minor code cleanup | Luca Deri | 2015-05-18 | |
| | ||||
* | File renamed to avoid name clashes | Luca Deri | 2015-05-18 | |
| | ||||
* | Win32 fixes | Luca Deri | 2015-05-18 | |
| |