Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add detection of Tailscale (#1857) | Ivan Nardi | 2023-01-17 |
| | | | Extend the example of wireguard traffic | ||
* | Add Meraki Cloud protocol and improve other protocols (#1854) | Ivan Nardi | 2023-01-17 |
| | | | | | Avoid some LineCall and Jabber false positives. Detect Discord mid flows. Fix Bittorrent detection. | ||
* | Remove some old protocols (#1832) | Ivan Nardi | 2022-12-23 |
| | | | | | | | | | | | | | | | | | | | | | These protocols: * have been addeded in the OpenDPI era * have never been updated since then * we don't have any pcap examples [*] If (and it is a big if...) some of these protocols are still somehow used and if someone is still interested in them, we can probably re-add them starting from scratch (because the current detection rules are probably outdated) Protocols removed: DIRECT_DOWNLOAD_LINK, APPLEJUICE, DIRECTCONNECT, OPENFT, FASTTRACK, SHOUTCAST, THUNDER, AYIYA, STEALTHNET, FIESTA, FLORENSIA, AIMINI, SOPCAST PPSTREAM dissector works (...) only on UDP. [*]: with do have an AIMINI test pcap but it was some trivial http traffic detected only by hostname matching, on domains no more available... | ||
* | Added TP-LINK Smart Home Protocol dissector. (#1841) | Darryl Sokoloski | 2022-12-20 |
| | | | | | Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca> Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca> | ||
* | Added TUYA LAN Protocol dissector. (#1838) | Darryl Sokoloski | 2022-12-19 |
| | | | | | | | | Tuya IoTOS Embedded Wi-Fi and BLE SDK for bk7231n. Used by many "smart" devices such as LED light strips, bulbs, etc. Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca> Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca> | ||
* | STUN: add detection of ZOOM peer-to-peer flows (#1825) | Ivan Nardi | 2022-12-11 |
See: "Enabling Passive Measurement of Zoom Performance in Production Networks" https://dl.acm.org/doi/pdf/10.1145/3517745.3561414 |