aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_protocol_ids.h
Commit message (Collapse)AuthorAge
...
* Implemented proprietary AnyDesk protocolToni Uhlig2020-06-17
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Removed some obsolete protocols (battlefield, oscar, pcanywhere, tvants)Luca Deri2020-06-06
|
* Removed now obsolete MSN protocolLuca Deri2020-05-03
| | | | Added nats.io protocol dissector
* :bulb: implement websocket protocol dissectorLeonn Paiva2020-04-26
|
* Office365 renamed to Microsoft365 (by Microsoft)Luca Deri2020-04-20
|
* Added detection of Microsoft TeamsLuca Deri2020-04-16
|
* Update ndpi_protocol_ids.hhavup2020-03-25
|
* Code improvementsLuca Deri2020-02-04
|
* Updated (C)Luca Deri2020-01-05
|
* Code improvementsLuca Deri2019-12-09
|
* Added new test pcapsLuca Deri2019-11-23
| | | | Renamed protocol 104 to IEC60870 (more meaningful)
* Removed (unreliable) line protocol detectionLuca Deri2019-11-18
|
* Renamed DNSoverHTTPS to handle bot DoH and DoTLuca2019-11-08
|
* Added ability to defien custom protocolsLuca Deri2019-10-29
|
* Various improvements in particular for CapWAP and BloombergLuca Deri2019-10-27
|
* Major cleanupLuca Deri2019-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
* Improved Viber protocol dissectionLuca Deri2019-10-02
| | | | Added Hulu dissection
* Reworked categories handlingLuca Deri2019-09-29
| | | | | Removed GenericProtocol and replaced with categories Removed ndpi_pref_enable_category_substring_match option: substring matching is now default
* Merge pull request #778 from choyos/devLuca Deri2019-09-29
|\ | | | | Added support for dissection of DNP3 and IEC104 protocols
| * Added support for industrial protocols DNP3, IEC 60780-5-104choyos2019-09-20
| |
* | Initial PS_VUE support based on public IP.Ravi Kerur2019-09-25
| | | | | | | | Signed-off-by: Ravi Kerur <ravi.kerur@viasat.com>
* | Initial Zoom detection based on IP and ports.Ravi Kerur2019-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 STUNLuca Deri2019-09-21
| | | | | | | | Uodated (C)
* | Unified WhatsApp Video and Audio under WhatsAppCallLuca2019-09-20
|/
* As TLS certificate fingerprint is computed, TLS without certificate protocol ↵Luca Deri2019-09-15
| | | | | | has been removed Various improvemenets in detection quality
* Added IMO dissectorLuca Deri2019-09-09
| | | | | Fixed TLS/UDP detection Reduced UBNT buffer for saving space
* Merge pull request #758 from tansly/wireguardLuca Deri2019-08-22
|\ | | | | Add support for WireGuard VPN
| * Merge branch 'dev' into wireguardYağmur Oymak2019-07-24
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/include/ndpi_protocols.h src/lib/ndpi_main.c Get upstream developments.
| * | Add support for WireGuard VPNYağmur Oymak2019-07-23
| | |
* | | Implemented DTLS supportLuca2019-08-08
| |/ |/| | | | | Renamed ssl to tls
* | Add default port based iperf classification.Ravi Kerur2019-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 Deri2019-07-22
| | | | standpoint and from the features they implement
* Added support for Google DuoLuca Deri2019-07-19
|
* Added Line protocol dissectionLuca Deri2019-07-15
| | | | Add fix for discarding STUN over TCP flows
* Added DNSoverHTTPS detectionLuca Deri2019-06-30
|
* Initial implementation of datasaver protocol supportLuca Deri2019-06-29
|
* Added WhatsApp VideoLuca Deri2019-06-20
|
* Proto cleanupLuca2019-03-08
|
* Re-Added TikTok/Musical.ly protocolLuca Deri2019-03-03
|
* Added Modbus over TCP dissectorLuca Deri2018-12-21
|
* Added the concept of protocols that can have subprotocols. Example Spotify ↵Luca2018-11-30
| | | | | | cannot have subprotocols, DNS can (DNS.Spotify) Merged Skype call in/out in Skype Call
* Added Signal.org dissectorLuca2018-11-28
|
* Improved WeChat supportLuca Deri2018-11-19
| | | | | Removed Musical.ly protocol as the service has been merged with another one and thus it is no longer used Improved guess for UDP protocols
* New dissector: Nest Log SinkDarryl Sokoloski2018-09-19
| | | | | | This is a dissector for the Nest Log Sink protocol which is used by the Nest Protect (https://nest.com/ca/smoke-co-alarm/overview/). Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
* Implementation of Bitcoin, Ethereum, ZCash, Monero dissectors all identified ↵Luca2018-09-18
| | | | | | as mining Implements #503
* Addes support for SMBv1 traffic that has been split from SMBv23Luca Deri2018-09-17
|
* Added new dissector for Memcached.Darryl Sokoloski2018-08-15
| | | | Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
* Defined type ndpi_protocol_id_t for protocol identifiersLuca2018-07-21
|
* Major code cleanupLuca2018-07-21
| | | | Converted some not popular protocols to NDPI_PROTOCOL_GENERIC with category detection
* Fixes invalid NDPI_MAX_SUPPORTED_PROTOCOLSSimone Mainardi2018-07-20
|