Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Jabber: remove support for UDP (#2115) | Ivan Nardi | 2023-10-26 |
| | | | | | | Jabber/XMPP is only over TCP (even the name `ndpi_search_jabber_tcp` suggests that...). Bug introduced in 5266c726f | ||
* | ipv6: add support for ipv6 addresses lists (#2113) | Ivan Nardi | 2023-10-26 |
| | |||
* | add ethereum protocol dissector. (#2111) | Maatuq | 2023-10-25 |
| | | | | | | | as explained here for bitcoin https://www.ntop.org/guides/nDPI/protocols.html#ndpi-protocol-bitcoin the same is applicable for ethereum. ethereum detection was removed from mining protocol and is now handled separately. Signed-off-by: Mahmoud Maatuq <mahmoudmatook.mm@gmail.com> | ||
* | Cleaned up mining datastructure | Luca | 2023-09-27 |
| | |||
* | Fixes risk mask exception handling while improving the overall performance | Luca Deri | 2023-07-14 |
| | |||
* | Fix classification-by-ip in `ndpi_detection_giveup` (#1981) | Ivan Nardi | 2023-05-17 |
| | | | | | | | | | | | | | | Return the "classification-by-ip" as protocol results only if no other results are available. In particular, never return something like "protocol_by_port/protocol_by_ip" (i.e. `NTP/Apple`, BitTorrent/GoogleCloud`, `Zoom/AWS`) because this kind of classification is quite confusing, if not plainly wrong. Notes: * the information about "classification-by-ip" is always available, so no information is lost with this change; * in the unit tests, the previous classifications with confidence `NDPI_CONFIDENCE_DPI_PARTIAL` were wrong, as noted in #1957 | ||
* | Refreshed lists | Luca Deri | 2023-05-08 |
| | |||
* | Test multiple `ndpiReader` configurations (#1931) | Ivan Nardi | 2023-04-06 |
Extend internal unit tests to handle multiple configurations. As some examples, add tests about: * disabling some protocols * disabling Ookla aggressiveness Every configurations data is stored in a dedicated directory under `tests\cfgs` |