Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Improved STUN caching | Luca Deri | 2019-09-18 | |
| | ||||
* | Further line update | Luca Deri | 2019-09-18 | |
| | ||||
* | Line protocol update | Luca Deri | 2019-09-18 | |
| | ||||
* | Added dissection of TLS version in supported_versions of Hello packets | Luca Deri | 2019-09-18 | |
| | ||||
* | New instagram testing set | Luca Deri | 2019-09-18 | |
| | ||||
* | Fix notBefore/notAfter broken in previous commit | emanuele-f | 2019-09-17 | |
| | ||||
* | Fix notBefore/notAfter issues | emanuele-f | 2019-09-17 | |
| | ||||
* | Various STUN improvements | Luca Deri | 2019-09-17 | |
| | ||||
* | Warnign fix | Luca Deri | 2019-09-15 | |
| | ||||
* | As TLS certificate fingerprint is computed, TLS without certificate protocol ↵ | Luca Deri | 2019-09-15 | |
| | | | | | | has been removed Various improvemenets in detection quality | |||
* | TLS disection improvements | Luca Deri | 2019-09-15 | |
| | ||||
* | TLS certificate hash is not reported | Luca Deri | 2019-09-14 | |
| | ||||
* | TLS cerficate hash calculation | Luca Deri | 2019-09-14 | |
| | ||||
* | Added STUN check to avoid false positives | Luca Deri | 2019-09-11 | |
| | | | | | Added fingerprint comments in SSH/TLS Added netflow test pcap | |||
* | Fixed timezone conversion | Luca Deri | 2019-09-10 | |
| | ||||
* | Parsed TLS certificate validity | Luca Deri | 2019-09-10 | |
| | ||||
* | Added IMO dissector | Luca Deri | 2019-09-09 | |
| | | | | | Fixed TLS/UDP detection Reduced UBNT buffer for saving space | |||
* | Skype STUN enhancements | Luca | 2019-09-06 | |
| | ||||
* | Enhanced Signal detection | Luca | 2019-09-05 | |
| | ||||
* | Enhanced STUN cache | Luca | 2019-09-05 | |
| | ||||
* | Warning fix | emanuele-f | 2019-08-29 | |
| | ||||
* | Add missing pack_on on ajp struct | emanuele-f | 2019-08-29 | |
| | ||||
* | AJP crash fix | Luca Deri | 2019-08-29 | |
| | ||||
* | Fix alignment issue on IPv6 structs | emanuele-f | 2019-08-29 | |
| | ||||
* | SSH hash fix | Luca Deri | 2019-08-26 | |
| | ||||
* | Add more length checks in HASSH | emanuele-f | 2019-08-23 | |
| | | | | This to prevent possible crashes on invalid packets | |||
* | Warning fixes | Luca Deri | 2019-08-22 | |
| | ||||
* | 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. | |||
| * | | Harden WireGuard detection | Yağmur Oymak | 2019-07-24 | |
| | | | | | | | | | | | | Exploit the fixed size handshake messages and sender/receiver indices. | |||
| * | | Add support for WireGuard VPN | Yağmur Oymak | 2019-07-23 | |
| | | | ||||
* | | | Implemented HASSH (https://github.com/salesforce/hassh) | Luca Deri | 2019-08-22 | |
| | | | ||||
* | | | Disabled weak (port-based) teamspeak detection | Luca Deri | 2019-08-22 | |
| | | | ||||
* | | | Implemented STUN cache to enhance matching of STUN-based protocols | Luca | 2019-08-12 | |
| | | | ||||
* | | | Improved google duo detection | 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 | |||
* | | | Changes in QUIC dissector to avoid miing QUIC with STUN | Luca Deri | 2019-08-06 | |
| | | | ||||
* | | | Fixed wrong detection of RTP as WhatsApp voice | Luca | 2019-07-29 | |
| | | | ||||
* | | | Code cleanup | Luca Deri | 2019-07-27 | |
| | | | ||||
* | | | Better messenger traffic guess | Luca Deri | 2019-07-25 | |
| |/ |/| | ||||
* | | Added -e option to ndpiReader for searchign human readeable strings lenght | Luca Deri | 2019-07-24 | |
| | | | | | | | | Default human readeable strings lenght is not 5 chars (used to be 8) | |||
* | | Updated results with new dissection | Luca Deri | 2019-07-24 | |
| | | ||||
* | | 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 | |
| |