Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Added Salesforce detection | Luca Deri | 2021-11-26 | |
| | ||||
* | Add detection of OCSP (#1370) | Ivan Nardi | 2021-11-11 | |
| | | | | | | | | | | This protocol is detected via HTTP Content-Type header. Until 89d548f9, nDPI had a dedicated automa (`content_automa`) to classify a HTTP flow according to this header. Since then, this automa has been useless because it is always empty. Re-enable it to match only a string seems overkilling. Remove all `content_automa` leftovers. | |||
* | Differentiate between standard Amazon stuff (i.e market) and AWS (#1369) | Ivan Nardi | 2021-11-04 | |
| | ||||
* | Removed outdated (and broken) soulseek dissector | Luca Deri | 2021-10-15 | |
| | ||||
* | Add Cassandra protocol dissector (#1285) | lucasbaile | 2021-09-09 | |
| | | | Co-authored-by: Lucas Santos <lucas.santos@zerum.com> | |||
* | Added AVAST SecureDNS protocol. (#1244) | Toni | 2021-07-14 | |
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Improve content match lists (#1226) | Ivan Nardi | 2021-07-05 | |
| | | | | | | Add support for Likee app (https://likee.video/) and GitLab Improve detection of Google domains ("gtv1.com" added in 6dd42d19f was likely a typo) Improve Snapchat and Tiktok detection | |||
* | Added Z39.50 protocol. (#1219) | Toni | 2021-06-29 | |
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Renamed Skyp in Skype_Teams as the protocol is now shared across these apps | Luca Deri | 2021-06-02 | |
| | ||||
* | Added TLS certifiacate caching | Luca Deri | 2021-05-15 | |
| | | | | Added Fortigate protocol | |||
* | Added (partial) Activision protocol support (based on tencent cloud) | Luca Deri | 2021-05-10 | |
| | ||||
* | Add Genshin Impact protocol. (#1173) | Toni | 2021-04-25 | |
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Add HP Virtual Machine Group Management (hpvirtgrp) protocol. (#1170) | Toni | 2021-04-20 | |
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Add support for Snapchat voip calls (#1147) | Ivan Nardi | 2021-03-06 | |
| | | | | | | | | | * Add support for Snapchat voip calls Snapchat multiplexes some of its audio/video real time traffic with QUIC sessions. The peculiarity of these sessions is that they are Q046 and don't have any SNI. * Fix tests with libgcrypt disabled | |||
* | Removed now obsolete NDPI_DETECTION_SUPPORT_IPV6: code is more readeable now | Luca Deri | 2021-02-10 | |
| | ||||
* | Rewored UPnP protocol that in essence was WSD hence it has been renamed | Luca | 2021-01-20 | |
| | | | | Cleaned up TLS code for DTLS detection by defining a new DTLS protocol | |||
* | (C) Update | Luca Deri | 2021-01-07 | |
| | ||||
* | QUIC: add suppport for DNS-over-QUIC (#1107) | Ivan Nardi | 2021-01-07 | |
| | | | | | | | | | Even if it is only an early internet draft, DoQ has already (at least) one deployed implementation. See: https://www.zdnet.com/article/ad-blocker-adguard-deploys-worlds-first-dns-over-quic-resolver/ Draft: https://tools.ietf.org/html/draft-huitema-dprive-dnsoquic-00 In the future, if this protocol will be really used, it might be worth to rename NDPI_PROTOCOL_DOH_DOT in NDPI_PROTOCOL_DOH_DOT_DOQ | |||
* | Remove FB_ZERO protocol (#1102) | Ivan Nardi | 2021-01-04 | |
| | | | | | | FB_ZERO was an experimental protocol run by Facebook. They switched to QUIC/TLS1.3 more than 2 years ago; no one ever used it but them so it is definitely dead. See: https://engineering.fb.com/2018/08/06/security/fizz/ | |||
* | Rename Jabber detection name as we are not sure if it is unencrypted e.g. if ↵ | Toni | 2020-12-08 | |
| | | | | | START_TLS used. (#1079) Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Add Virtual Asssitant (Alexa, Siri) support. (#1057) | Zied Aouini | 2020-11-16 | |
| | | | | | | | | | | | | | | | * Add AmazonAlexa protocol. * Add AmazonAlexa test file and result. * Include pcapng as file format. * Rename Category to VirtualAssistant. * Add AppleSiri virtual assistant. * Fix pcapng test files format support. Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com> | |||
* | Add Tumblr support. (#1061) | Zied Aouini | 2020-11-16 | |
| | | | | | | | * Add Tumblr protocol. * Add Tumblr test file and result. Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com> | |||
* | Add Reddit support. (#1060) | Zied Aouini | 2020-11-16 | |
| | | | | | | | * Add Reddit protocol. * Add Reddit test file and result. Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com> | |||
* | Add Pinterest support. (#1059) | Zied Aouini | 2020-11-16 | |
| | | | | | | | * Add Pinterest protocol. * Add Pinterest test file and result. Co-authored-by: Luca Deri <lucaderi@users.noreply.github.com> | |||
* | Add DisneyPlus protocol. (#1058) | Zied Aouini | 2020-11-16 | |
| | ||||
* | Renumbered AmongUs protocol | Luca Deri | 2020-11-09 | |
| | ||||
* | Added support for AmongUs. (#1054) | Toni | 2020-11-09 | |
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | :bulb: Add mongodb protocol dissector (#1048) | Leonn | 2020-11-03 | |
| | ||||
* | Added CPHA - CheckPoint High Availability Protocol protocl support | Luca Deri | 2020-10-22 | |
| | ||||
* | Fixes #1033 | Luca Deri | 2020-10-21 | |
| | ||||
* | Various optimizations to reduce not-necessary calls | Luca Deri | 2020-09-24 | |
| | | | | | Optimized various UDP dissectors Removed dead protocols such as pando and pplive | |||
* | Improved dnscrypt v1/v2 protocol detection. | Toni Uhlig | 2020-09-06 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Merge pull request #985 from lnslbrty/add/SOAP | Luca Deri | 2020-08-19 | |
|\ | | | | | Added support for SOAP. | |||
| * | Added support for SOAP. | Toni Uhlig | 2020-08-18 | |
| | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | | Added support for discord | Luca Deri | 2020-08-16 | |
|/ | ||||
* | Implemented proprietary AnyDesk protocol | Toni Uhlig | 2020-06-17 | |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | |||
* | Removed some obsolete protocols (battlefield, oscar, pcanywhere, tvants) | Luca Deri | 2020-06-06 | |
| | ||||
* | Removed now obsolete MSN protocol | Luca Deri | 2020-05-03 | |
| | | | | Added nats.io protocol dissector | |||
* | :bulb: implement websocket protocol dissector | Leonn Paiva | 2020-04-26 | |
| | ||||
* | Office365 renamed to Microsoft365 (by Microsoft) | Luca Deri | 2020-04-20 | |
| | ||||
* | Added detection of Microsoft Teams | Luca Deri | 2020-04-16 | |
| | ||||
* | Update ndpi_protocol_ids.h | havup | 2020-03-25 | |
| | ||||
* | Code improvements | Luca Deri | 2020-02-04 | |
| | ||||
* | Updated (C) | Luca Deri | 2020-01-05 | |
| | ||||
* | Code improvements | Luca Deri | 2019-12-09 | |
| | ||||
* | Added new test pcaps | Luca Deri | 2019-11-23 | |
| | | | | Renamed protocol 104 to IEC60870 (more meaningful) | |||
* | Removed (unreliable) line protocol detection | Luca Deri | 2019-11-18 | |
| | ||||
* | Renamed DNSoverHTTPS to handle bot DoH and DoT | Luca | 2019-11-08 | |
| | ||||
* | Added ability to defien custom protocols | Luca Deri | 2019-10-29 | |
| | ||||
* | Various improvements in particular for CapWAP and Bloomberg | Luca Deri | 2019-10-27 | |
| |