Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Added DigitalOcean protocol | Luca Deri | 2025-01-17 |
| | |||
* | Add Vivox support (#2668) | Vladimir Gavrilov | 2025-01-11 |
| | |||
* | Add support Yandex Alice (#2633) | Evgeny Shtanov | 2024-11-29 |
| | | | | Co-authored-by: Evgeny Shtanov <evg.shtanov@gmail.comm> Co-authored-by: Ivan Nardi <nardi.ivan@gmail.com> | ||
* | Add support for Paramount+ streaming service | Ivan Nardi | 2024-11-25 |
| | |||
* | Added DICOM support | Luca | 2024-11-15 |
| | | | | Testing pcaps courtesy of https://github.com/virtalabs/tapirx.git | ||
* | Implemented Mikrotik discovery protocol dissection and metadata extraction ↵ | Luca Deri | 2024-11-14 |
| | | | | (#2618) | ||
* | Add support for some Chinese shopping platforms (Temu, Shein and Taobao) (#2615) | Ivan Nardi | 2024-11-12 |
| | | | Extend content match list | ||
* | Add Naver protocol support (#2610) | Vladimir Gavrilov | 2024-11-01 |
| | |||
* | Add Paltalk protocol support (#2606) | Vladimir Gavrilov | 2024-10-28 |
| | |||
* | Add DingTalk protocol support (#2581) | Vladimir Gavrilov | 2024-10-07 |
| | |||
* | Added Sonos protocol detection | Luca Deri | 2024-09-24 |
| | |||
* | Add detection of Windscribe VPN | Nardi Ivan | 2024-09-05 |
| | |||
* | Add detection of CactusVPN | Nardi Ivan | 2024-09-05 |
| | |||
* | Add detection of SurfShark VPN | Nardi Ivan | 2024-09-05 |
| | |||
* | Add detection of NordVPN | Nardi Ivan | 2024-09-05 |
| | |||
* | Add Lustre protocol detection support (#2544) | Vladimir Gavrilov | 2024-09-04 |
| | |||
* | Add TRDP protocol support (#2528) | Vladimir Gavrilov | 2024-08-25 |
| | | | The Train Real Time Data Protocol (TRDP) is a UDP/TCP-based communication protocol designed for IP networks in trains, enabling data exchange between devices such as door controls and air conditioning systems. It is standardized by the IEC under IEC 61375-2-3 and is not related to the Remote Desktop Protocol (RDP). | ||
* | Add Automatic Tank Gauge protocol (#2527) | wssxsxxsx | 2024-08-23 |
| | | | | | | | See also #2523 --------- Co-authored-by: Nardi Ivan <nardi.ivan@gmail.com> | ||
* | Add CNP/IP protocol support (#2521) | Vladimir Gavrilov | 2024-08-22 |
| | | | ISO/IEC 14908-4 defines how to tunnel Control Network Protocol (CNP) over IP networks. It encapsulates protocols like EIA-709, EIA-600, and CNP, making it a versatile solution for building automation and control systems. | ||
* | Add OpenWire support (#2513) | Vladimir Gavrilov | 2024-07-22 |
| | |||
* | Performed some grammar and typo fixes (#2511) | Petr | 2024-07-19 |
| | |||
* | Add Nano (XNO) protocol support (#2508) | Vladimir Gavrilov | 2024-07-18 |
| | |||
* | Added ClickHouse protocol | Luca | 2024-07-17 |
| | |||
* | Add HLS support (#2502) | Vladimir Gavrilov | 2024-07-16 |
| | |||
* | Add Ripe Atlas probe protocol. (#2473) | Toni | 2024-06-17 |
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Added protocol - JRMI - Java Remote Method Invocation (#2470) | Mark Jeffery | 2024-06-15 |
| | |||
* | Add ZUG consensus protocol dissector. (#2458) | Toni | 2024-05-28 |
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Rename Messenger to FacebookMessenger (#2453) | Vladimir Gavrilov | 2024-05-23 |
| | |||
* | Add Call of Duty Mobile support (#2438) | Vladimir Gavrilov | 2024-05-15 |
| | |||
* | Add Ethernet Global Data support (#2437) | Vladimir Gavrilov | 2024-05-11 |
| | |||
* | Remove Vevo support (#2436) | Vladimir Gavrilov | 2024-05-11 |
| | | | Co-authored-by: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | ||
* | Viber: add detection of voip calls and avoid false positives (#2434) | Ivan Nardi | 2024-05-11 |
| | |||
* | Add support for Mastodon, Bluesky and (FB-)Threads (#2418) | Ivan Nardi | 2024-05-06 |
| | |||
* | Add Adobe Connect support (#2407) | 0x41CEA55 | 2024-04-24 |
| | |||
* | Remove PPStream protocol and add iQIYI (#2403) | 0x41CEA55 | 2024-04-23 |
| | | | | | | P2P video player PPStream was discontinued shortly after the purchase of PPS.tv by Baidu (iQIYI) on 2013 (see https://www.techinasia.com/report-baidu-acquires-video-rival-pps) So we remove the old `NDPI_PROTOCOL_PPSTREAM` logic and add `NDPI_PROTOCOL_IQIYI` id to handle all the iQIYI traffic, which is basically video streaming traffic. A video hosting service, called PPS.tv, is still offered by the same company: for the time being we classified both services with the same protocol id. | ||
* | Add BFCP protocol support (#2401) | 0x41CEA55 | 2024-04-23 |
| | |||
* | Remove obsolete protocols: tuenty, tvuplayer and kontiki (#2398) | 0x41CEA55 | 2024-04-19 |
| | |||
* | Add KNXnet/IP protocol support (#2397) | 0x41CEA55 | 2024-04-19 |
| | | | | | * Add KNXnet/IP protocol support * Improve KNXnet/IP over TCP detection | ||
* | Add Label Distribution Protocol support (#2385) | Vladimir Gavrilov | 2024-04-12 |
| | | | | | | | * Add Label Distribution Protocol support * Fix typo * Update unit test results | ||
* | Add The Elder Scrolls Online support (#2376) | Vladimir Gavrilov | 2024-04-10 |
| | | | | | | | | | | | * Add The Elder Scrolls Online support * Use ndpi_memmem instead of memmem from libc * Add protocol description * Change selection bitmask to V4_V6 * Update protocols.rst | ||
* | Add LoL: Wild Rift detection (#2356) | Vladimir Gavrilov | 2024-03-26 |
| | |||
* | Add FLUTE protocol dissector (#2351) | Vladimir Gavrilov | 2024-03-19 |
| | | | | | * Add FLUTE protocol dissector * Add flute.c to MSVC project | ||
* | Add PFCP protocol dissector (#2342) | Vladimir Gavrilov | 2024-03-13 |
| | |||
* | Add a specific protocol id for audio/video calls made using Google apps (#2341) | Ivan Nardi | 2024-03-07 |
| | | | Same logic already used for Signal/Whatsapp/Line/Facebook/... | ||
* | Add Path of Exile protocol dissector (#2337) | Vladimir Gavrilov | 2024-03-06 |
| | | | | | * Add Path of Exile protocol dissector * Update protocols.rst | ||
* | Add NetEase Games detection support (#2335) | Vladimir Gavrilov | 2024-03-05 |
| | |||
* | Add Naraka Bladepoint detection support (#2334) | Vladimir Gavrilov | 2024-03-04 |
| | |||
* | Add BFD protocol dissector (#2332) | Vladimir Gavrilov | 2024-02-29 |
| | |||
* | Add DLEP protocol dissector (#2326) | Vladimir Gavrilov | 2024-02-20 |
| | |||
* | Add identification of Huawei generic and cloud traffic (#2325) | Ivan Nardi | 2024-02-20 |
| |