Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | STUN: rework sub-classification (#2361) | Ivan Nardi | 2024-04-04 |
| | | | | | The main goal is to have the "real" application (if any; i.e. Signal/Whatsapp/Telegram/...) always as "application" protocol and not as "master" one | ||
* | Added support for STUN Mapped IP address | Luca Deri | 2024-04-03 |
| | |||
* | STUN: fix parsing of DATA attribute (#2345) | Ivan Nardi | 2024-03-14 |
| | |||
* | ndpiReader: add breed stats on output used for CI (#2236) | Ivan Nardi | 2024-01-05 |
| | |||
* | ndpiReader: fix `guessed_flow_protocols` statistic (#2203) | Ivan Nardi | 2023-12-12 |
| | | | Increment the counter only if the flow has been guessed | ||
* | STUN: parsing of DATA attribute (#2179) | Ivan Nardi | 2023-12-01 |
| | |||
* | STUN: improve demultiplexing of DTLS packets (#2153) | Ivan Nardi | 2023-11-27 |
Keep demultiplexing STUN/RTP/RTCP packets after DTLS ones. We might end up processing the session a little longer, because we will process the STUN/RTP/RTCP packets after the DTLS handshake. |