Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Add compiler warnings and fix them | Stuart Reilly | 2019-07-12 | |
| | ||||
* | Compilation fix | Luca Deri | 2019-07-12 | |
| | ||||
* | Dissection improvents | Luca Deri | 2019-07-11 | |
| | | | | | Fixed QUIC dissection Disabled debug message | |||
* | Fixed uninitialized variable that caused weird errors | Luca Deri | 2019-07-10 | |
| | ||||
* | Fix that caused nDPI to provide false positive results with pattern matching | Luca Deri | 2019-07-10 | |
| | ||||
* | Improved protocol guess | Luca Deri | 2019-07-02 | |
| | ||||
* | Fixed invalid changes in ndpi_get_proto_category() and ndpi_get_proto_name() ↵ | Luca Deri | 2019-07-01 | |
| | | | | dur to https://github.com/ntop/nDPI/pull/731/commits/4b717276614e20feada22e6fe29ea2099ba9fd37 | |||
* | Merge remote-tracking branch 'upstream' into dev | Stuart Reilly | 2019-07-01 | |
|\ | ||||
| * | Added DNSoverHTTPS detection | Luca Deri | 2019-06-30 | |
| | | ||||
| * | Added ndpi_has_human_readeable_string for detecting human-readeable strings ↵ | Luca Deri | 2019-06-30 | |
| | | | | | | | | in buffers | |||
| * | Improvemnts in SSL certificate detection | Luca Deri | 2019-06-30 | |
| | | ||||
| * | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2019-06-29 | |
| |\ | ||||
| | * | ntohl Portability fixes | Luca Deri | 2019-06-29 | |
| | | | ||||
| * | | Initial implementation of datasaver protocol support | Luca Deri | 2019-06-29 | |
| |/ | ||||
* | | Move NULL checks to start of functions | Stuart Reilly | 2019-06-28 | |
| | | ||||
* | | Fix two potential OOB reads in ndpi_main.c | Stuart Reilly | 2019-06-28 | |
|/ | ||||
* | Dissection improvements | Luca Deri | 2019-06-27 | |
| | ||||
* | Added WhatsApp Video | Luca Deri | 2019-06-20 | |
| | ||||
* | Reworked SSL cipher handling | Luca Deri | 2019-06-16 | |
| | ||||
* | Added missing antimalware category | lucaderi | 2019-06-03 | |
| | ||||
* | Merge pull request #691 from pallas/fix-double-strdup | Luca Deri | 2019-06-03 | |
|\ | | | | | Fix double-strdup memory leak in ndpi_handle_rule | |||
| * | Fix double-strdup memory leak in ndpi_handle_rule | Derrick Lyndon Pallas | 2019-04-05 | |
| | | | | | | | | | | proto is being strdup'd both in the call to ndpi_set_proto_defaults and inside of that function as well, leaking the memory. | |||
* | | Added ndpi_is_safe_ssl_cipher(0 call | Luca Deri | 2019-05-23 | |
| | | ||||
* | | Implements #705 | Luca Deri | 2019-05-20 | |
| | | ||||
* | | Fixed JA3 decoding | Luca Deri | 2019-05-20 | |
| | | | | | | | | Made ndpi_process_extra_packet() optional | |||
* | | Merge pull request #696 from pallas/avoid-hyperscan-leak | Luca Deri | 2019-05-08 | |
|\ \ | | | | | | | Avoid leaking hyperscan struct | |||
| * | | Avoid leaking hyperscan struct | Derrick Lyndon Pallas | 2019-04-22 | |
| | | | ||||
* | | | Add allowed site category | emanuele-f | 2019-05-06 | |
| | | | ||||
* | | | Hardening fixes for packer parsing | Luca Deri | 2019-05-03 | |
| | | | ||||
* | | | ndpi_handle_rule accepted formats | cardigliano | 2019-04-29 | |
|/ / | ||||
* | | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2019-04-12 | |
|\ \ | ||||
| * \ | Merge pull request #690 from pallas/make-path-const | Luca Deri | 2019-04-12 | |
| |\ \ | | | | | | | | | Make path const in ndpi_load_protocols_file | |||
| | * | | Make path const in ndpi_load_protocols_file | Derrick Lyndon Pallas | 2019-04-05 | |
| | |/ | ||||
* | / | Fixes #692 | Luca Deri | 2019-04-12 | |
|/ / | ||||
* | | Add missing newlines | emanuele-f | 2019-04-12 | |
| | | ||||
* | | Fix category detection | emanuele-f | 2019-04-12 | |
| | | ||||
* | | Tests result fix | Luca | 2019-04-05 | |
|\ \ | | | | | | | | | | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | |||
| * | | Fix category detection due to missing initialization | emanuele-f | 2019-04-05 | |
| |/ | ||||
| * | Improved flow category guess | Luca Deri | 2019-04-02 | |
| | | ||||
| * | Improvements with category detection | Luca Deri | 2019-04-01 | |
| | | ||||
| * | Added custom category support to ndpi_get_partial_detection() | Luca Deri | 2019-04-01 | |
| | | ||||
| * | Implemented ndpi_process_partial_detection() API call to handle partial ↵ | Luca Deri | 2019-04-01 | |
| | | | | | | | | matches due to the nDPI specified configuration | |||
| * | Added SSL organization support | Luca Deri | 2019-03-23 | |
| | | ||||
| * | Merge pull request #678 from madpilot78/FreeBSD_endian.h | Luca Deri | 2019-03-23 | |
| |\ | | | | | | | The le32toh() function used in some places on BSD OSes requires sys/en… | |||
| | * | The le32toh() function used in some places on BSD OSes require sys/endian.h ↵ | Guido Falsi | 2019-03-12 | |
| | | | | | | | | | | | | to be included. | |||
* | | | Fixed false positive with FTP_DATA protocol | Luca | 2019-04-05 | |
|/ / | | | | | | | | | Added coherency in application protol guess by exploiting the host server name Various protocol optimizations | |||
* | | Improved snapchat detection | Luca | 2019-03-22 | |
| | | ||||
* | | Fix invalid categories labels array length and add check | emanuele-f | 2019-03-18 | |
| | | ||||
* | | Sporify fix | Luca | 2019-03-12 | |
|/ | ||||
* | Category cleanup | Luca Deri | 2019-03-10 | |
| |