Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | TLS: heuristics: fix memory allocations (#2577) | Ivan Nardi | 2024-09-30 |
| | | | | Allocate heuristics state only if really needed. Fix memory leak (it happened with WebSocket traffic on port 443) | ||
* | Bittorrent: improve detection of UTPv1 and avoid false positives | Nardi Ivan | 2024-09-03 |
| | |||
* | Viber: add detection of voip calls and avoid false positives (#2434) | Ivan Nardi | 2024-05-11 |
| | |||
* | Raknet/RTP: avoid Raknet false positives and harden RTP heuristic (#2427) | Ivan Nardi | 2024-05-09 |
| | | | | | | | | | There is some overlap between RTP and Raknet detection: give precedence to RTP logic. Consequences: * Raknet might require a little bit more packets for some flows (not a big issue) * some very small (1-2 pkts) Raknet flows are not classified (not sure what do do about that..) | ||
* | Protobuf: fix false positives (#2428) | Ivan Nardi | 2024-05-09 |