Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | support rtp/rtcp over tcp (#2422) (#2457) | Maatuq | 2024-05-28 |
| | | | | | Support rtp/rtcp over tcp as per rfc4571. Signed-off-by: mmaatuq <mahmoudmatook.mm@gmail.com> | ||
* | fuzz: extend fuzzing coverage (#2052) | Ivan Nardi | 2023-07-18 |
| | | | | Added/merged some traces. Improved Socks identification | ||
* | RTP: rework code (#2021) | Ivan Nardi | 2023-06-23 |
Try avoiding false positives: look for 3 RTP packets before classifing the flow as such. Add a generic function `is_rtp_or_rtcp()` to identify RTP/RTCP packets also in other dissectors (see 3608ab01b commit message for an example) |