Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RTP: Allow more than 4 RTP packets in a frame to be tapped
Rather than a static array of rtp_info structs, allocate a new one in pinfo->pool scope each time dissect_rtp is called to pass to the tap. More than 4 packets can appear in a single frame under some unusual situations (e.g., RFC 4571 RTP over TCP, combined with out of order TCP), and it's best not to have an arbitrary limit.
- Loading branch information