aboutsummaryrefslogtreecommitdiff
path: root/tests/cfgs/default/result/stun_dtls_rtp.pcapng.out
Commit message (Collapse)AuthorAge
* ndpiReader: add breed stats on output used for CI (#2236)Ivan Nardi2024-01-05
|
* Remove Google Hangouts/Duo stuff (#2233)Vladimir Gavrilov2024-01-02
| | | | | * Remove Google Hangouts/Duo support * Update protocols.rst
* ndpiReader: fix `guessed_flow_protocols` statistic (#2203)Ivan Nardi2023-12-12
| | | Increment the counter only if the flow has been guessed
* STUN: improve demultiplexing of DTLS packets (#2153)Ivan Nardi2023-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.