aboutsummaryrefslogtreecommitdiff
path: root/tests/cfgs/default/result/signal_audiocall.pcapng.out
Commit message (Collapse)AuthorAge
* Add a new internal function `internal_giveup()`Ivan Nardi2025-03-05
| | | | | | | | This function is always called once for every flow, as last code processing the flow itself. As a first usage example, check here if the flow is unidirectional (instead of checking it at every packets)
* When triggering risk "Known Proto on Non Std Port", nDPi now reports the ↵Luca Deri2024-11-22
| | | | port that was supposed to be used as default
* RTP, STUN: improve detection of multimedia flow type (#2620)Ivan Nardi2024-11-19
Let's see if we are able to tell audio from video calls only looking at RTP Payload Type field...