Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Xbox and PS4 static port classification. | Ravi Kerur | 2019-07-23 | |
| | | | | | | | | Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com> | |||
* | | Amazon video static classification. | Ravi Kerur | 2019-07-23 | |
| | | | | | | | | Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com> | |||
* | | Add default port based iperf classification. | Ravi Kerur | 2019-07-23 | |
|/ | | | | Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com> | |||
* | Merged Google Hangout and Duo as they are pretty similar from the network ↵ | Luca Deri | 2019-07-22 | |
| | | | | standpoint and from the features they implement | |||
* | Improved WhatsApp detection | Luca Deri | 2019-07-22 | |
| | ||||
* | STUN, Hangout, Duo dissection improvements | Luca Deri | 2019-07-21 | |
| | ||||
* | Added support for Google Duo | Luca Deri | 2019-07-19 | |
| | ||||
* | Added extar check | Luca Deri | 2019-07-17 | |
| | | | | Warning fix | |||
* | Fixes #741 | Luca Deri | 2019-07-15 | |
| | ||||
* | Added Line protocol dissection | Luca Deri | 2019-07-15 | |
| | | | | Add fix for discarding STUN over TCP flows | |||
* | Solve remaining warnings | Stuart Reilly | 2019-07-12 | |
| | ||||
* | 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 | |
| | |