Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fix ndpi_serialize_end_of_record in JSON mode | Alfredo Cardigliano | 2019-08-24 | |
| | ||||
* | Fix ndpi_reset_serializer | Alfredo Cardigliano | 2019-08-24 | |
| | ||||
* | 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 | |||
* | | | 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 | |||
* | | | Changes in QUIC dissector to avoid miing QUIC with STUN | Luca Deri | 2019-08-06 | |
| | | | ||||
* | | | Removed non-ASCII chars from JSON header | Luca Deri | 2019-07-31 | |
| | | | ||||
* | | | Serialization fix | Luca Deri | 2019-07-30 | |
| | | | ||||
* | | | Compilation fix | Luca Deri | 2019-07-30 | |
| | | | ||||
* | | | Split serialization code from ndpi_utils | Luca Deri | 2019-07-30 | |
| | | | ||||
* | | | Minro change | Luca Deri | 2019-07-30 | |
| | | | ||||
* | | | JSON serialization fixes | Luca Deri | 2019-07-30 | |
| | | | ||||
* | | | Fixed wrong detection of RTP as WhatsApp voice | Luca | 2019-07-29 | |
| | | | ||||
* | | | Fixed CSV initialization | Luca Deri | 2019-07-29 | |
| | | | ||||
* | | | Initial CSV implementation | Luca Deri | 2019-07-29 | |
| | | | ||||
* | | | Fix for ndpi_serialize_string_uint32_format with JSON | Luca Deri | 2019-07-28 | |
| | | | ||||
* | | | Added string/float support in (de)serialization | Luca Deri | 2019-07-27 | |
| | | | ||||
* | | | Code cleanup | Luca Deri | 2019-07-27 | |
| | | | ||||
* | | | Better messenger traffic guess | Luca Deri | 2019-07-25 | |
| | | | ||||
* | | | Updated Google docs category | Luca Deri | 2019-07-25 | |
| |/ |/| | ||||
* | | Added int32/int64 (with sign) serialization/deserialization | Luca Deri | 2019-07-24 | |
| | | ||||
* | | Warnign fix | Luca Deri | 2019-07-24 | |
| | | ||||
* | | 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 | |
| | | ||||
* | | Simplified makefile | Luca Deri | 2019-07-23 | |
| | | | | | | | | Fixed warning | |||
* | | Add SPLT and BD classification to the lib. | Ravi Kerur | 2019-07-23 | |
| | | | | | | | | Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com> | |||
* | | Add new datastructures. | Ravi Kerur | 2019-07-23 | |
| | | | | | | | | Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com> | |||
* | | nDPI ovs changes. | 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 | |
| | ||||
* | Serialization of arrays in JSON format | Alfredo Cardigliano | 2019-07-22 | |
| | ||||
* | STUN, Hangout, Duo dissection improvements | Luca Deri | 2019-07-21 | |
| | ||||
* | Added braces in JSON object serialization | Alfredo Cardigliano | 2019-07-19 | |
| | ||||
* | JSON serialization fixes in buffer offset and room computarion, string escape | Alfredo Cardigliano | 2019-07-19 | |
| | ||||
* | serializer char* parameters are now const | Alfredo Cardigliano | 2019-07-19 | |
| |