Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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> | ||
* | Improved DGA detection with trigrams. Disadvantage: slower startup time | Luca Deri | 2021-03-03 |
| | | | | | Reworked Tor dissector embedded in TLS (fixes #1141) Removed false positive on HTTP User-Agent | ||
* | Fixed CPHA missing protocol initialization | Luca Deri | 2021-02-10 |
| | | | | Improved IEC104 and IRC detection | ||
* | 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 |
| | |||
* | 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/ | ||
* | 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 |
| | |||
* | 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 | ||
* | Reworked MDNS dissector that is not based on the DNS dissector | Luca Deri | 2020-09-17 |
| | |||
* | Improved dnscrypt v1/v2 protocol detection. | Toni Uhlig | 2020-09-06 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Added support for SOAP. | Toni Uhlig | 2020-08-18 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Added DGA risk for names that look like a DGA | Luca Deri | 2020-06-11 |
| | |||
* | 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 |
| | |||
* | Update ndpi_protocols.h | havup | 2020-03-25 |
| | |||
* | Updated (C) | Luca Deri | 2020-01-05 |
| | |||
* | Removed (unreliable) line protocol detection | Luca Deri | 2019-11-18 |
| | |||
* | Added zabbix dissector | Luca | 2019-10-29 |
| | |||
* | Added capwap support | Luca Deri | 2019-10-27 |
| | |||
* | Major cleanup | Luca Deri | 2019-10-24 |
| | | | | Removed ndpi_pref_http_dont_dissect_response and ndpi_pref_dns_dont_dissect_response as the ndpi_extra_dissection_possible() call will now handle everything | ||
* | Merge pull request #778 from choyos/dev | Luca Deri | 2019-09-29 |
|\ | | | | | Added support for dissection of DNP3 and IEC104 protocols | ||
| * | Added support for industrial protocols DNP3, IEC 60780-5-104 | choyos | 2019-09-20 |
| | | |||
* | | Added Zoom protocol support removing invalid STUN/Skype detections | Luca Deri | 2019-09-26 |
| | | |||
* | | Initial PS_VUE support based on public IP. | Ravi Kerur | 2019-09-25 |
| | | | | | | | | Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com> | ||
* | | Initial Zoom detection based on IP and ports. | Ravi Kerur | 2019-09-25 |
| | | | | | | | | | | | | | | | | | | Following IP and ports are reported by Zoom support to open up in firewall. https://support.zoom.us/hc/en-us/articles/201362683-Network-Firewall-or-Proxy-Server-Settings-for-Zoom Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com> | ||
* | | Adedd DTLS check in STUN | Luca Deri | 2019-09-21 |
|/ | | | | Uodated (C) | ||
* | 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 | ||
* | 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 DTLS support | Luca | 2019-08-08 |
| |/ |/| | | | | | Renamed ssl to tls | ||
* | | 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> | ||
* | Added Line protocol dissection | Luca Deri | 2019-07-15 |
| | | | | Add fix for discarding STUN over TCP flows | ||
* | Added Modbus over TCP dissector | Luca Deri | 2018-12-21 |
| | |||
* | Added Ookla cache | Luca Deri | 2018-12-17 |
| | |||
* | Implemented UPnP dissector | Luca Deri | 2018-11-07 |
| | |||
* | Added missing declarations for nest_log_sink dissector. | Darryl Sokoloski | 2018-09-19 |
| | | | | Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca> | ||
* | Implementation of Bitcoin, Ethereum, ZCash, Monero dissectors all identified ↵ | Luca | 2018-09-18 |
| | | | | | | as mining Implements #503 | ||
* | Added new dissector for Memcached. | Darryl Sokoloski | 2018-08-15 |
| | | | | Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca> | ||
* | Implemented FacebookZero protocol support | Luca Deri | 2018-05-18 |
| | | | | | | https://code.facebook.com/posts/608854979307125/building-zero-protocol-for-fast-secure-mobile-connections/ Discontinued filetopia protocol | ||
* | :bulb: Add Apache JServ Protocol Dissector | Leonn | 2018-04-22 |
| | |||
* | Increased number of protocols to 512 | Luca Deri | 2018-03-01 |
| | | | | Implemented WhatsApp file exchage support (added test pcap) | ||
* | Implemented Google services detection | Luca Deri | 2018-01-16 |
| | | | | Refreshed google-based services support | ||
* | added diameter protocol dissector | Campus | 2018-01-02 |
| |