Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | STUN: parsing of DATA attribute (#2179) | Ivan Nardi | 2023-12-01 |
| | |||
* | Have a clear distinction between public and private/internal API (#2137) | Ivan Nardi | 2023-11-09 |
| | | | | | | 1) Public API/headers in `src/include/` [as it has always been] 2) Private API/headers in `src/lib/` Try to keep the "ndpi_" prefix only for the public functions | ||
* | STUN: major code rework (#2116) | Ivan Nardi | 2023-10-30 |
Try to have a faster classification, on first packet; use standard extra dissection data path for sub-classification, metadata extraction and monitoring. STUN caches: * use the proper confidence value * lookup into the caches only once per flow, after having found a proper STUN classification Add identification of Telegram VoIP calls. |