Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | TLS cerficate hash calculation | Luca Deri | 2019-09-14 | |
| | ||||
* | Added IMO dissector | Luca Deri | 2019-09-09 | |
| | | | | | Fixed TLS/UDP detection Reduced UBNT buffer for saving space | |||
* | Fix mangled stack by invalid sscanf | emanuele-f | 2019-08-29 | |
| | ||||
* | Fix memory corruptions in ndpi_node handler | emanuele-f | 2019-08-29 | |
| | | | | Crash occurred with clang version 6.0.0-1ubuntu2 on ubuntu 18 | |||
* | Added stub for ndpi_free_memory_at_termination() (TODO) | Luca Deri | 2019-08-29 | |
| | ||||
* | Initial work towards traffic classification | Luca | 2019-08-27 | |
| | ||||
* | Merge pull request #758 from tansly/wireguard | Luca Deri | 2019-08-22 | |
|\ | | | | | Add support for WireGuard VPN | |||
| * | Merge branch 'dev' into wireguard | Yağmur Oymak | 2019-07-24 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/include/ndpi_protocols.h src/lib/ndpi_main.c Get upstream developments. | |||
| * | | Add support for WireGuard VPN | Yağmur Oymak | 2019-07-23 | |
| | | | ||||
* | | | Implemented STUN cache to enhance matching of STUN-based protocols | Luca | 2019-08-12 | |
| | | | ||||
* | | | Add NDPI_PROTOCOL_DANGEROUS classification | emanuele-f | 2019-08-09 | |
| | | | ||||
* | | | Various TLS/STUN improvememnts | Luca | 2019-08-08 | |
| | | | ||||
* | | | Reworked SSL/TLS field naming | Luca | 2019-08-08 | |
| | | | ||||
* | | | Implemented DTLS support | Luca | 2019-08-08 | |
| | | | | | | | | | | | | Renamed ssl to tls | |||
* | | | Change SMBv1 breed to potentially dangerous | emanuele-f | 2019-08-07 | |
| | | | | | | | | | | | | https://techcommunity.microsoft.com/t5/Storage-at-Microsoft/Stop-using-SMB1/ba-p/425858 | |||
* | | | Code cleanup | Luca Deri | 2019-07-27 | |
| |/ |/| | ||||
* | | Updated results with new dissection | Luca Deri | 2019-07-24 | |
| | | ||||
* | | Add SPLT and BD classification to the lib. | Ravi Kerur | 2019-07-23 | |
| | | | | | | | | Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com> | |||
* | | 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 |